OpenFOAM
v2512
The open source CFD toolbox
Loading...
Searching...
No Matches
UEqn.H
Go to the documentation of this file.
1
MRF
.correctBoundaryVelocity(
U
);
2
3
fvVectorMatrix
UEqn
4
(
5
fvm::ddt(
rho
,
U
) + fvm::div(
rhoPhi
,
U
)
6
- fvm::Sp(
contErr
,
U
)
7
+
MRF
.DDt(
rho
,
U
)
8
+
turbulence
.divDevRhoReff(
U
)
9
==
10
fvOptions
(
rho
,
U
)
11
);
12
13
UEqn
.relax();
14
15
fvOptions
.constrain(
UEqn
);
16
17
if
(
pimple
.momentumPredictor())
18
{
19
solve
20
(
21
UEqn
22
==
23
cellMask*fvc::reconstruct
24
(
25
(
26
mixture
.surfaceTensionForce()
27
-
ghf
*fvc::snGrad(
rho
)
28
- fvc::snGrad(
p_rgh
)
29
) *
mesh
.magSf()
30
)
31
);
32
33
fvOptions
.correct(
U
);
34
35
K
= 0.5*magSqr(
U
);
36
}
K
CGAL::Exact_predicates_exact_constructions_kernel K
Definition
CGALTriangulation3DKernel.H:71
rhoPhi
rhoPhi
Definition
rhoEqn.H:10
p_rgh
volScalarField & p_rgh
Definition
setRegionFluidFields.H:13
fvOptions
fv::options & fvOptions
Definition
setRegionFluidFields.H:21
ghf
const surfaceScalarField & ghf
Definition
setRegionFluidFields.H:16
MRF
IOMRFZoneList & MRF
Definition
setRegionFluidFields.H:20
pimple
pimpleControl & pimple
Definition
setRegionFluidFields.H:56
U
U
Definition
pEqn.H:72
UEqn
fvVectorMatrix & UEqn
Definition
UEqn.H:13
contErr
volScalarField::Internal contErr((fvc::ddt(rho)+fvc::div(rhoPhi) -(fvOptions(alpha1, mixture.thermo1().rho())&rho1) -(fvOptions(alpha2, mixture.thermo2().rho())&rho2))())
mesh
dynamicFvMesh & mesh
Definition
createDynamicFvMesh.H:6
turbulence
compressible::turbulenceModel & turbulence
Definition
setRegionFluidFields.H:28
rho
rho
Definition
readInitialConditions.H:88
solve
CEqn solve()
mixture
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
Definition
createFields.H:39
applications
solvers
multiphase
compressibleInterFoam
overCompressibleInterDyMFoam
UEqn.H
Generated by
1.16.1