14 Info<<
"Reading thermophysical properties\n" << endl;
15 twoPhaseIcoQGDThermo
thermo(mesh,
U);
19 const dimensionedScalar& rho1 =
thermo.rho1();
20 const dimensionedScalar& rho2 =
thermo.rho2();
21 const dimensionedScalar& nu1 =
thermo.nu1();
22 const dimensionedScalar& nu2 =
thermo.nu2();
23 const dimensionedScalar& Tau1 =
thermo.Tau1();
24 const dimensionedScalar& Tau2 =
thermo.Tau2();
26 volScalarField& alpha1 =
thermo.alpha1();
27 volScalarField& alpha2 =
thermo.alpha2();
42 Info<<
"\nReading gravitationalProperties" << endl;
44 IOdictionary gravitationalProperties
48 "gravitationalProperties",
51 IOobject::MUST_READ_IF_MODIFIED,
55 const dimensionedVector g(gravitationalProperties.lookup(
"g"));
57 surfaceScalarField
phi
60 mesh.Sf() & linearInterpolate(
U)
72 fvc::reconstruct(
thermo.surfaceTensionForce()*mesh.magSf())
79 Info<<
"Creating turbulence model\n" << endl;
87 scalar pRefValue = 0.0;
88 setRefCell(p,
thermo.subDict(
"QGD"), pRefCell, pRefValue);
const surfaceScalarField & hQGDf
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
Switch implicitDiffusion(thermo.implicitDiffusion())
volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())