OutMeshValues()

Output the mesh values in the exported file.

Usage

OutMeshValues( modelPath, par, indxPar,
                         meshPath, indxPath = None, usrIds = None )

Parameters

modelPath (string)
The path of the model.
par (string)
The related mesh value parameter.
indxPar (string)
The parameter index.
meshPath (string)
The path of the mesh.
indxPath (string)
The path of the indxPar. If None it is set to parent path.
usrIds (array)
The value of the user IDs.

Return Value

None

Errors

  • The modelPath must exist in the data base.
  • The meshPath must exist in the data base.

Description

This routine outputs the mesh values in the exported file. For example,
nodeSur = meshSrf + RS + meshName
for (title,var,ptype,pref) in _ebc:
    nodeEbc = nodeTmp + RS + title
    OutMeshValues( nodeEbc, 'surface_values',
                   'usrIds', nodeSur )