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

Go to the source code of this file.

Functions

const surfaceScalarField rhoCpPhi (fvc::interpolate(fluid.Cp()) *rhoPhi)
const volScalarField kappaEff ("kappaEff", fluid.kappa()+fluid.Cp() *turbulence->mut()/fluid.Prt())
fvScalarMatrix TEqn (fvm::ddt(rhoCp, T)+fvm::div(rhoCpPhi, T, "div(phi,T)") - fvm::Sp(fvc::ddt(rhoCp)+fvc::div(rhoCpPhi), T) - fvm::laplacian(kappaEff, T, "laplacian(kappa,T)")==fluid.heatTransfer(T)+radiation->ST(T)+fvOptions(rhoCp, T))
TEqn relax ()
fvOptions constrain (TEqn)
TEqn solve ()
fvOptions correct (T)
fluid correct ()

Variables

 rhoCp = rho*fluid.Cp()

Function Documentation

◆ rhoCpPhi()

const surfaceScalarField rhoCpPhi ( fvc::interpolate(fluid.Cp()) * rhoPhi)

References fluid, and rhoPhi.

Referenced by energyTransport::execute(), TEqn(), and TEqn().

Here is the caller graph for this function:

◆ kappaEff()

const volScalarField kappaEff ( "kappaEff" ,
fluid. kappa)+fluid.Cp() *turbulence->mut()/fluid.Prt( )

References fluid, and turbulence.

◆ TEqn()

fvScalarMatrix TEqn ( fvm::ddt(rhoCp, T)+fvm::div(rhoCpPhi, T, "div(phi,T)") - fvm::Sp(fvc::ddt(rhoCp)+fvc::div(rhoCpPhi), T) - fvm::laplacian(kappaEff, T, "laplacian(kappa,T)") = =fluid.heatTransfer(T)+radiation->ST(T)+fvOptions(rhoCpT))

References fluid, fvOptions, kappaEff, radiation(), rhoCp, rhoCpPhi(), and T.

Here is the call graph for this function:

◆ 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]

fvOptions correct ( T )

References fvOptions, and T.

◆ correct() [2/2]

fluid correct ( )

References fluid, and T.

Variable Documentation

◆ rhoCp