TAGGED: ansys-autodyn, autodyn
-
-
July 15, 2023 at 6:57 am742605869SubscriberHow to write ideal gas equation of state (EOS) in autodyn using fortran?I modified the Autodyn user subroutine mdeos_user_1.f90, writing a custom ideal state equation. Ea0 (E0) is treated as a constant, 2.068 × 105Kj/kg, and the simulation is still more consistent with the no user subroutines results. My code is as follows,IF_SIMULTANEOUS = 0ARHO = (1.4_real8-ONE) * E0 * DENBRHO = ZERODADETA = ((1.4_real8 - ONE)* E0)/ RHOREFDBDETA = ZERO******(1) Properties of AirThe air and TNT gas product media were assumed to behave as an ideal gas, thus the default Equations of state (1) were specified. The air was specified with an internal energy of 2.068 × 105Kj/kg in AUTODYN 2D.?where, ‘ρ’ is the density of gas, ‘cv’ and ‘cp’ are specific heats at constant volume and pressure, respectively; ‘T’ is the gas temperature, ‘P’ is the pressure, ‘γ’ is the ratio of specific heats and ′Ea0′ is the specific energy. The air model was taken from AUTODYN 2D material library as shown in Table 2.Reference:Numerical Simulations of Exposed Circular Surface of RolledHomogeneous Armor Steel Plates Subjected to Blast Loadings by Using AUTODYN 2D
-
July 17, 2023 at 4:19 pmChris QuanAnsys Employee
The EOS (Equation Of State) in Autodyn defines the relation between the hydrostatic pressure, the local density, and local specific energy.
Thus, every EOS, including user-defined EOS, should calculate the current pressure from the current internal energy, update the internal energy for pressure calculation in the next time step, and finally update the material sound speed based upon the current condition (pressure, density, energy, etc).
-
January 17, 2024 at 8:17 amSyed Basit Raza NaqviSubscriber
-
Viewing 2 reply threads
- The topic ‘How to write ideal gas equation of state in ansys autodyn using fortran?’ is closed to new replies.
Ansys Innovation Space
Trending discussions
- LS-DYNA Installation Issues with Student Workbench 2024 R2
- Mathematical model generation stuck at 10%
- Cross-coupled stiffness elements in LS-DYNA
- LS-Dyna CESE SMP d vs MPP d solver
- CESE solver – Ignition mechanism
- Initial Stress Shell Application and HistVarCosine in LS-DYNA
- shape memory alloy material in LS-DYNA
- *** Error 40058 (SOL+58) retractor 1000002:convergence failure at time1.01E+02
- MAT072R3- concrete damage rel3 validation
- Initial Velocity Generation
Top Contributors
-
1602
-
602
-
599
-
591
-
366
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.