vmesh#
- Meshing.vmesh(nv1='', nv2='', ninc='', **kwargs)#
Generates nodes and volume elements within volumes.
Mechanical APDL Command: VMESH
- Parameters:
- nv1
str Mesh volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL,NV2andNINCare ignored and all selected volumes ( vsel ) are meshed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNV1(NV2andNINCare ignored).- nv2
str Mesh volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL,NV2andNINCare ignored and all selected volumes ( vsel ) are meshed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNV1(NV2andNINCare ignored).- ninc
str Mesh volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL,NV2andNINCare ignored and all selected volumes ( vsel ) are meshed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNV1(NV2andNINCare ignored).
- nv1
Notes
Missing nodes required for the generated elements are created and assigned the lowest available numbers ( numstr ). During a batch run and if elements already exist, a mesh abort will write an alternative database file (
File.DBE) for possible recovery.Tetrahedral mesh expansion ( mopt,TETEXPND,
Value) is supported for both the vmesh and fvmesh commands.