kinematicSingleLayer: Updated primaryMassTrans()
This commit is contained in:
parent
2a6601e1ca
commit
791cc32c45
1 changed files with 1 additions and 17 deletions
|
|
@ -1059,23 +1059,7 @@ const volScalarField& kinematicSingleLayer::kappa() const
|
|||
|
||||
tmp<volScalarField> kinematicSingleLayer::primaryMassTrans() const
|
||||
{
|
||||
return tmp<volScalarField>
|
||||
(
|
||||
new volScalarField
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
typeName + ":primaryMassTrans",
|
||||
time().timeName(),
|
||||
primaryMesh(),
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE,
|
||||
false
|
||||
),
|
||||
primaryMesh(),
|
||||
dimensionedScalar("zero", dimMass/dimVolume/dimTime, 0.0)
|
||||
)
|
||||
);
|
||||
return primaryMassTrans_;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue