equation_pair_child#

class ansys.cfx.core.generated.pre_processing.settings_261.equation_pair_child.equation_pair_child(name: str | None = None, parent=None)#

Bases: Group

‘child_object_type’ of equation_pair.

Attributes

Attribute

Summary

option

The ‘Equation Pair’ option.

under_relaxation_factor

‘Under Relaxation Factor’ parameter.

fluid1to2_flux

Scalar flux from fluid 1 to 2.

fluid1_flux_coefficient

Fluid 1 linearization coefficient of a flux from fluid 1 to 2.

fluid2_flux_coefficient

Fluid 2 linearization coefficient of a flux from fluid 2 to 1.

fluid1to2_xflux

X component vector flux from fluid 1 to 2.

fluid1to2_yflux

Y component of vector flux from fluid 1 to 2.

fluid1to2_zflux

Z component of vector flux from fluid 1 to 2.

fluid1to2_xxflux

Xx component of symmetric tensor flux from fluid 1 to 2.

fluid1to2_xyflux

Xy component of symmetric tensor flux from fluid 1 to 2.

fluid1to2_xzflux

Xz component of symmetric tensor flux from fluid 1 to 2.

fluid1to2_yyflux

Yy component of symmetric tensor flux from fluid 1 to 2.

fluid1to2_yzflux

Yz component of symmetric tensor flux from fluid 1 to 2.

fluid1to2_zzflux

Zz component of symmetric tensor flux from fluid 1 to 2.

fluid1_flux_out

Scalar flux from fluid 1.

fluid2_flux_in

Scalar flux into fluid 2.

fluid1_flux_fluid1_coefficient

Fluid 1 linearization coefficient of a flux from fluid 1.

fluid2_flux_fluid1_coefficient

Fluid 2 linearization coefficient of a flux into fluid 2.

fluid1_flux_fluid2_coefficient

Fluid 2 linearization coefficient of a flux from fluid 1.

fluid2_flux_fluid2_coefficient

Fluid 2 linearization coefficient of a flux into fluid 2.

fluid1_xflux_out

X component of vector flux from fluid 1.

fluid1_yflux_out

Y component of vector flux from fluid 1.

fluid1_zflux_out

Z component of vector flux from fluid 1.

fluid2_xflux_in

X component of vector flux into fluid 2.

fluid2_yflux_in

Y component of vector flux into fluid 2.

fluid2_zflux_in

Z component of vector flux into fluid 2.

fluid1_xxflux_out

Xx component of symmetric tensor flux from fluid 1.

fluid1_xyflux_out

Xy component of symmetric tensor flux from fluid 1.

fluid1_xzflux_out

Xz component of symmetric tensor flux from fluid 1.

fluid1_yyflux_out

Yy component of symmetric tensor flux from fluid 1.

fluid1_yzflux_out

Yz component of symmetric tensor flux from fluid 1.

fluid1_zzflux_out

Zz component of symmetric tensor flux from fluid 1.

fluid2_xxflux_in

Xx component of symmetric tensor flux into fluid 2.

fluid2_xyflux_in

Xy component of symmetric tensor flux into fluid 2.

fluid2_xzflux_in

Xz component of symmetric tensor flux into fluid 2.

fluid2_yyflux_in

Yy component of symmetric tensor flux into fluid 2.

fluid2_yzflux_in

Yz component of symmetric tensor flux into fluid 2.

fluid2_zzflux_in

Zz component of symmetric tensor flux into fluid 2.

fluid1_value

Scalar value transferred from fluid 1 to 2.

fluid2_value

Scalar value transferred from fluid 2 to 1.

transition_value

Scalar transition transferred from fluid 1 to 2.

fluid1_xvalue

X-component of a vector value transferred from fluid 1 to 2.

fluid1_yvalue

Y-component of a vector value transferred from fluid 1 to 2.

fluid1_zvalue

Z-component of a vector value transferred from fluid 1 to 2.

fluid2_xvalue

X-component of a vector value transferred from fluid 2 to 1.

fluid2_yvalue

Y-component of a vector value transferred from fluid 2 to 1.

fluid2_zvalue

Z-component of a vector value transferred from fluid 2 to 1.

transition_xvalue

X-component of vector transition value transferred from fluid 1 to 2.

transition_yvalue

Y-component of vector transition value transferred from fluid 1 to 2.

transition_zvalue

Z-component of vector transition value transferred from fluid 1 to 2.

fluid1_xxvalue

Xx-component of a symmetric tensor value transferred from fluid 1 to 2.

fluid1_xyvalue

Xy-component of a symmetric tensor value transferred from fluid 1 to 2.

fluid1_xzvalue

Xz-component of a symmetric tensor value transferred from fluid 1 to 2.

fluid1_yyvalue

Yy-component of a symmetric tensor value transferred from fluid 1 to 2.

fluid1_yzvalue

Yz-component of a symmetric tensor value transferred from fluid 1 to 2.

fluid1_zzvalue

Zz-component of a symmetric tensor value transferred from fluid 1 to 2.

fluid2_xxvalue

Xx-component of a symmetric tensor value transferred from fluid 2 to 1.

fluid2_xyvalue

Xy-component of a symmetric tensor value transferred from fluid 2 to 1.

fluid2_xzvalue

Xz-component of a symmetric tensor value transferred from fluid 2 to 1.

fluid2_yyvalue

Yy-component of a symmetric tensor value transferred from fluid 2 to 1.

fluid2_yzvalue

Yz-component of a symmetric tensor value transferred from fluid 2 to 1.

fluid2_zzvalue

Zz-component of a symmetric tensor value transferred from fluid 2 to 1.

transition_xxvalue

Xx-component of symmetric tensor transition value transferred from fluid 1 to 2.

transition_xyvalue

Xy-component of symmetric tensor transition value transferred from fluid 1 to 2.

transition_xzvalue

Xz-component of symmetric tensor transition value transferred from fluid 1 to 2.

transition_yyvalue

Yy-component of symmetric tensor transition value transferred from fluid 1 to 2.

transition_yzvalue

Yz-component of symmetric tensor transition value transferred from fluid 1 to 2.

transition_zzvalue

Zz-component of symmetric tensor transition value transferred from fluid 1 to 2.

Included in:

Parent

Summary

equation_pair

A container for Equation Pair objects.