ansys.dyna.core.pre.dynaicfd.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:
flagint

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_densityfloat, optional

Flow density. The default is 0.

dynamic_viscosityfloat, optional

Dynamic viscosity. The default is 0.

heat_capacity
thermal_conductivity
thremal_expansion_coefficent
stub#
flag = 1#
flow_density = 0#
dynamic_viscosity = 0#
hc = 0#
tc = 0#
beta = 0#
create(stub)#

Create an ICFD material.