ICFDVolumePart
#
- class ansys.dyna.core.pre.dynaicfd.ICFDVolumePart(surfaces)#
Assigns material properties to the nodes enclosed by surface ICFD parts.
- Parameters:
- surfaces
list
List of part IDs for the surface elements that define the volume mesh.
- surfaces
Overview#
Set a material. |
|
Impose a velocity on a specific ICFD part. |
|
Create an ICFD volume part. |
Import detail#
from ansys.dyna.core.pre.dynaicfd import ICFDVolumePart
Attribute detail#
- ICFDVolumePart.stub#
- ICFDVolumePart.type = 'ICFDVOLUME'#
- ICFDVolumePart.id#
- ICFDVolumePart.secid = 1#
- ICFDVolumePart.mid = 0#
- ICFDVolumePart.surfaces#
- ICFDVolumePart.defined_imposed_move = False#
Method detail#
- ICFDVolumePart.set_material(mat)#
Set a material.
- ICFDVolumePart.set_imposed_move(vx=None, vy=None, vz=None)#
Impose a velocity on a specific ICFD part.
- Parameters:
- vx
- vy
- vz
- ICFDVolumePart.create()#
Create an ICFD volume part.