ratio_of_spec_heat#

vortexcore.ratio_of_spec_heat(args: Any) int#

Specify the ratio of specific heat constant value or variable name to use in creating/updating a vortex core part or the default attributes.

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.vortexcore.select_default()
ensight.part.modify_begin()
ensight.vortexcore.ratio_of_spec_heat(1.4)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error