Loading...
Searching...
No Matches
TEqn.H File Reference

Go to the source code of this file.

Functions

alphat correctBoundaryConditions ()
volScalarField alphaEff ("alphaEff", turbulence->nu()/Pr+alphat)
fvScalarMatrix TEqn (fvm::ddt(T)+fvm::div(phi, T) - fvm::laplacian(alphaEff, T)==radiation->ST(rhoCpRef, T)+fvOptions(T))
TEqn relax ()
fvOptions constrain (TEqn)
TEqn solve ()
radiation correct ()
fvOptions correct (T)

Variables

 rhok = 1.0 - beta*(T - TRef)

Function Documentation

◆ correctBoundaryConditions()

alphat correctBoundaryConditions ( )

◆ alphaEff()

◆ TEqn()

◆ relax()

TEqn relax ( )

References TEqn().

Here is the call graph for this function:

◆ constrain()

fvOptions constrain ( TEqn )

References fvOptions, and TEqn().

Here is the call graph for this function:

◆ solve()

TEqn solve ( )

References TEqn().

Here is the call graph for this function:

◆ correct() [1/2]

radiation correct ( )

References radiation().

Here is the call graph for this function:

◆ correct() [2/2]

fvOptions correct ( T )

References fvOptions, and T.

Variable Documentation

◆ rhok

rhok = 1.0 - beta*(T - TRef)

Definition at line 27 of file TEqn.H.

Referenced by if(), if(), if(), phig(), and rhok().