Go to the source code of this file.
|
| volScalarField::Internal | Sp (IOobject("Sp", runTime.timeName(), mesh), mesh, dimensionedScalar(dgdt.dimensions(), Zero)) |
| volScalarField::Internal | Su (IOobject("Su", runTime.timeName(), mesh), mesh, dimensionedScalar(dgdt.dimensions(), Zero)) |
| | forAll (dgdt, celli) |
| volScalarField::Internal | divU (mesh.moving() ? fvc::div(phiCN()+mesh.phi()) :fvc::div(phiCN())) |
◆ Sp()
| volScalarField::Internal Sp |
( |
IOobject("Sp", runTime.timeName(), mesh) | , |
|
|
mesh | , |
|
|
dimensionedScalar(dgdt.dimensions(), Zero) | ) |
◆ Su()
| volScalarField::Internal Su |
( |
IOobject("Su", runTime.timeName(), mesh) | , |
|
|
mesh | , |
|
|
dimensionedScalar(dgdt.dimensions(), Zero) | ) |
◆ forAll()
◆ divU()
| volScalarField::Internal divU |
( |
mesh. | moving) ? fvc::div(phiCN()+mesh.phi()) :fvc::div(phiCN() | ) |
|