volScalarField he_ qc_ AUTO_WRITE for debugging
This commit is contained in:
parent
c48de45842
commit
b06cff4db7
1 changed files with 4 additions and 4 deletions
|
|
@ -117,7 +117,7 @@ Foam::heThermo<BasicThermo, MixtureType>::heThermo
|
|||
mesh.time().timeName(),
|
||||
mesh,
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
mesh,
|
||||
dimEnergy/dimMass,
|
||||
|
|
@ -133,7 +133,7 @@ Foam::heThermo<BasicThermo, MixtureType>::heThermo
|
|||
mesh.time().timeName(),
|
||||
mesh,
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
mesh,
|
||||
dimCurrent*dimTime/dimMass
|
||||
|
|
@ -165,7 +165,7 @@ Foam::heThermo<BasicThermo, MixtureType>::heThermo
|
|||
mesh.time().timeName(),
|
||||
mesh,
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
mesh,
|
||||
dimEnergy/dimMass,
|
||||
|
|
@ -181,7 +181,7 @@ Foam::heThermo<BasicThermo, MixtureType>::heThermo
|
|||
mesh.time().timeName(),
|
||||
mesh,
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
mesh,
|
||||
dimCurrent*dimTime/dimMass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue