varextcfd#

class ansys.api.pyensight.ensight_api.varextcfd(session: Session)#

Class wrapper for EnSight varextcfd module

This class acts as a proxy for the EnSight Python module ensight.varextcfd

Methods

varextcfd.density(p0)

Set the density basis variable.

varextcfd.freestream_density(p0)

Set the freestream density constant.

varextcfd.freestream_mach(p0)

Set the freestream mach number constant.

varextcfd.freestream_speed_sound(p0)

Set the freestream speed of sound constant.

varextcfd.gas_constant(p0)

Set the gas constant.

varextcfd.modify_begin()

Delimit the modifications to the extended CFD attributes.

varextcfd.modify_end()

Delimit the modifications to the extended CFD attributes.

varextcfd.momentum(p0)

Set the momentum basis variable.

varextcfd.ratio_of_spec_heat(p0)

Varextcfd: ratio_of_spec_heat

varextcfd.show_extended(p0)

Make extended CFD variables available or not.

varextcfd.total_energy(p0)

Set the total_energy basis variable.

varextcfd.velocity(p0)

Set the velocity basis variable.