MatICFD
#
- class ansys.dyna.core.pre.dynaicfd.MatICFD(flag=Compressible.FULLY_INCOMPRESSIBLE_FLUID, flow_density=0, dynamic_viscosity=0, heat_capacity=0, thermal_conductivity=0, thermal_expansion_coefficient=0)#
Defines physical properties for the fluid material.
- Parameters:
- flag
int
Flag for chooseing between fully incompressible, slightly compressible, or barotropic flows. The default is
FULLY_INCOMPRESSIBLE_FLUID
. Options are:EQ.0: Vacuum (free surface problems only)
EQ.1: Fully incompressible fluid
- flow_density
float
,optional
Flow density. The default is
0
.- dynamic_viscosity
float
,optional
Dynamic viscosity. The default is
0
.- heat_capacity
- thermal_conductivity
- thremal_expansion_coefficent
- flag
Overview#
Create an ICFD material. |
Import detail#
from ansys.dyna.core.pre.dynaicfd import MatICFD
Attribute detail#
- MatICFD.stub#
- MatICFD.flag = 1#
- MatICFD.flow_density = 0#
- MatICFD.dynamic_viscosity = 0#
- MatICFD.hc = 0#
- MatICFD.tc = 0#
- MatICFD.beta = 0#
Method detail#
- MatICFD.create(stub)#
Create an ICFD material.