UEqn.H
Go to the documentation of this file.
1 fvVectorMatrix UEqn
2 (
3 fvm::ddt(rho, U)
4 + fvm::div(mixture.rhoPhi(), U)
5 + turbulence->divDevRhoReff(U)
6 );
7
8 UEqn.relax();
9
10 if (pimple.momentumPredictor())
11 {
12 solve
13 (
14 UEqn
15 ==
16 fvc::reconstruct
17 (
18 (
19 mixture.surfaceTensionForce()
20 - ghf*fvc::snGrad(rho)
21 - fvc::snGrad(p_rgh)
22 ) * mesh.magSf()
23 )
24 );
25
26 K = 0.5*magSqr(U);
27 }
CGAL::Exact_predicates_exact_constructions_kernel K
volScalarField & p_rgh
const surfaceScalarField & ghf
pimpleControl & pimple
U
Definition: pEqn.H:72
fvVectorMatrix & UEqn
Definition: UEqn.H:13
dynamicFvMesh & mesh
compressible::turbulenceModel & turbulence
CEqn solve()
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
Definition: createFields.H:39