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