ratio_of_spec_heat#
- sepattach.ratio_of_spec_heat(args: Any) int #
Specify the ratio of specific heat constant value or variable name to use in creating/updating the default separation and attachment line attributes and/or selected separation and attachment part(s).
The <name or value> can be multiple types depending on variable definition.- Args:
- p0:
‘name’ scalar field variable name for the ratio of specific heats
- p1:
‘value’ constant value (default = 1.4) for the ratio of specific heats
- Examples:
ensight.sepattach.select_default() ensight.part.modify_begin() ensight.sepattach.ratio_of_spec_heat(1.4) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error