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
This routine writes out the material model data in the report document. The material model name
that its data should be written is given by
name. For
example,
nodeElm = ROOT + RS +'Model'+ RS +'Volumes'+ RS +'impeller' + RS + 'ELEMENT_SET'
matName = acs.getRef( 'material_model', nodeElm )
repAcs.addMaterialModel( matName )