All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
updateFields.H
Go to the documentation of this file.
1 /*
2  *
3  * Gradients at faces
4  *
5  */
7 
9 
11 
12 /*
13  *
14  * QGD coefficients now updated in thermo library
15  *
16  */
19 
20 /*
21  *
22  * Linear interpolation of fields from volumes to face centers
23  *
24  */
25 
26 // Density
28 
29 // Velocity
31 
32 // T
34 
35 //
36 BdFrc = -beta*T*g;
38 
39 //Hi
41 
42 // Heat capacity at constant pressure
44 
45 
46 
47 
Cpf
Definition: updateFields.H:42
volVectorField W(IOobject("W", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), U)
BdFrcf
Definition: updateFields.H:36
muf
Definition: updateFields.H:38
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
alphaf
Definition: updateFields.H:18
gradUf
Definition: updateFields.H:34
dimensionedScalar beta("beta", dimless/dimTemperature, thermo.subDict("mixture").subDict("transport"))
tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > qgdInterpolate(const GeometricField< T, Foam::fvPatchField, Foam::volMesh > &psi)
gradTf
Definition: updateFields.H:10
rhof
Definition: updateFields.H:27
Tf
Definition: updateFields.H:33
BdFrc
Definition: updateFields.H:35
rhoQGDThermo & thermo
Definition: createFields.H:47
Hif
Definition: updateFields.H:39
Uf
Definition: updateFields.H:30
volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())
Info<< "Thermo corrected"<< endl;autoPtr< compressible::turbulenceModel > turbulence
Definition: createFields.H:59
volScalarField & T
Definition: createFields.H:53
gradWf
Definition: updateFields.H:8
tmp< surfaceVectorField > grad(const volScalarField &vF)