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

Go to the source code of this file.

Functions

const surfaceScalarField rhoCpPhi ("rhoCpPhi", rhoPhi *(Cp1 - Cp2)+phi *rho2 *Cp2)
fvScalarMatrix TEqn (fvm::ddt(rhoCp, T)+fvm::div(rhoCpPhi, T) - fvm::Sp(fvc::ddt(rhoCp)+fvc::div(rhoCpPhi), T) - fvm::laplacian(kappaEff, T)+mixture->TSource())
TEqn relax ()
TEqn solve ()

Variables

const volScalarField & cp = tcp()
const dimensionedScalar Cp1 = thermo->Cp1()
const dimensionedScalar Cp2 = thermo->Cp2()
 rhoCp = rho*cp
 kappaEff = thermo->kappa() + rho*cp*turbulence->nut()/Prt

Function Documentation

◆ rhoCpPhi()

const surfaceScalarField rhoCpPhi ( "rhoCpPhi" ,
rhoPhi *(Cp1 - Cp2)+phi *rho2 * Cp2 )

References Cp1, Cp2, phi, rho2, and rhoPhi.

◆ TEqn()

fvScalarMatrix TEqn ( fvm::ddt(rhoCp, T)+fvm::div(rhoCpPhi, T) - fvm::Sp(fvc::ddt(rhoCp)+fvc::div(rhoCpPhi), T) - fvm::laplacian(kappaEff, T)+mixture->TSource() )

References kappaEff, mixture, 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:

◆ solve()

TEqn solve ( )

References T, and TEqn().

Here is the call graph for this function:

Variable Documentation

◆ cp

const volScalarField& cp = tcp()

Definition at line 3 of file TEqn.H.

◆ Cp1

const dimensionedScalar Cp1 = thermo->Cp1()

Definition at line 5 of file TEqn.H.

Referenced by rhoCpPhi(), and T1Eqn().

◆ Cp2

const dimensionedScalar Cp2 = thermo->Cp2()

Definition at line 6 of file TEqn.H.

Referenced by kByCp2(), rhoCpPhi(), and T2Eqn().

◆ rhoCp

rhoCp = rho*cp

Definition at line 8 of file TEqn.H.

◆ kappaEff