addMaterialModel()
Write out the material model data in the report document.
Usage
repAcs.addMaterialModel( name )
Parameters
- name (string)
- The material model name. Valid values are Air, Aluminum and Water.
Return Value
None
Errors
The name should be valid.
Description
nodeElm = ROOT + RS +'Model'+ RS +'Volumes'+ RS +'impeller' + RS + 'ELEMENT_SET'
matName = acs.getRef( 'material_model', nodeElm )
repAcs.addMaterialModel( matName )