constraint#

isos.constraint(p0: str) int#

Set the bounding condition for an isovolume.

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

‘isovolume_bound’

  • low

  • high

  • band

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