TEqn.H
Go to the documentation of this file.
1{
3 (
4 fvm::ddt(rho, T)
5 + fvm::div(mixture.rhoPhi(), T)
6 - fvm::laplacian(mixture.alphaEff(turbulence->mut()), T)
7 + (
8 fvc::div(fvc::absolute(phi, U), p)
9 + fvc::ddt(rho, K) + fvc::div(mixture.rhoPhi(), K)
10 )*mixture.rCv()
11 );
12
13 TEqn.relax();
14 TEqn.solve();
15
16 mixture.correct();
17}
CGAL::Exact_predicates_exact_constructions_kernel K
surfaceScalarField & phi
U
Definition: pEqn.H:72
volScalarField & p
const volScalarField & T
compressible::turbulenceModel & turbulence
fvScalarMatrix TEqn(fvm::ddt(T)+fvm::div(phi, T) - fvm::laplacian(alphaEff, T)==radiation->ST(rhoCpRef, T)+fvOptions(T))
fvMatrix< scalar > fvScalarMatrix
Definition: fvMatricesFwd.H:45
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
Definition: createFields.H:39