max#

isos.max(p0: float) int#

Set the min/max constraint values for an isovolume.

Is used only when “isos: type” is set to isovolume.
Args:
p0:

‘min_value’ minimum iso constraint

p1:

‘max_value’ maximum iso constraint

Examples:
ensight.isos.begin()
ensight.isos.variable("temperature")
ensight.isos.type("isovolume")
ensight.isos.constraint("band")
ensight.isos.min(1.)
ensight.isos.max(2.)
ensight.isos.end()
ensight.isos.create()
Returns:

zero on success, non-zero on error