MeshedVolume
#
- class ansys.dyna.core.pre.dynaicfd.MeshedVolume(surfaces)#
Bases:
ansys.dyna.core.pre.dynabase.BaseObj
Defines the volume space to mesh.
- Parameters:
- surfaces
list
List of part IDs for the surface elements to use to define the volume.
- surfaces
Overview#
Define surfaces that the mesher is to embed inside the volume mesh. |
|
Define a local mesh size in specific zones corresponding to given geometrical shapes. |
|
Define the surfaces that the mesher is to use to specify a local mesh size inside the volume. |
|
Define the surfaces that the mesher is to use to specify fluid interfaces in multi-fluid simulations. |
|
Create mesh volume. |
Import detail#
from ansys.dyna.core.pre.dynaicfd import MeshedVolume
Attribute detail#
- MeshedVolume.surfaces#
- MeshedVolume.stub#
- MeshedVolume.meshsizeshape = []#
- MeshedVolume.embeded_surf = []#
- MeshedVolume.meshsize_surf = []#
- MeshedVolume.fluid_interfaces = []#
- MeshedVolume.type = 'meshedvolume'#
Method detail#
- MeshedVolume.embed_shell(embeded)#
Define surfaces that the mesher is to embed inside the volume mesh.
- Parameters:
- embeded
list
List of part IDs for the surface elements.
- embeded
- MeshedVolume.meshsize_box(size, min_point, max_point)#
Define a local mesh size in specific zones corresponding to given geometrical shapes.
- MeshedVolume.set_meshsize(surfaces)#
Define the surfaces that the mesher is to use to specify a local mesh size inside the volume.
- Parameters:
- surfaces
list
List of part IDs for the surface elements.
- surfaces
- MeshedVolume.set_fluid_interfaces(surfaces)#
Define the surfaces that the mesher is to use to specify fluid interfaces in multi-fluid simulations.
- Parameters:
- surfaces
list
List of part IDs for the surface elements.
- surfaces
- MeshedVolume.create()#
Create mesh volume.