ICFDVolumePart#

class ansys.dyna.core.pre.dynaicfd.ICFDVolumePart(surfaces)#

Assigns material properties to the nodes enclosed by surface ICFD parts.

Parameters:
surfaceslist

List of part IDs for the surface elements that define the volume mesh.

Overview#

set_material

Set a material.

set_imposed_move

Impose a velocity on a specific ICFD part.

create

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.