mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
remove dSauter from createFields.H of rcfdemSolverRhoSteadyPimpleChem
This commit is contained in:
@ -383,20 +383,6 @@ Info<< "Reading thermophysical properties\n" << endl;
|
||||
dimensionedScalar("zero",dimensionSet(0, -3, 0, 0, 1),0)
|
||||
);
|
||||
|
||||
volScalarField dSauter
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"dSauter",
|
||||
runTime.timeName(),
|
||||
mesh,
|
||||
IOobject::READ_IF_PRESENT,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
mesh,
|
||||
dimensionedScalar("zero",dimensionSet(0, 1, 0, 0, 0,0,0),0)
|
||||
);
|
||||
|
||||
volVectorField UsRec
|
||||
(
|
||||
IOobject
|
||||
|
||||
Reference in New Issue
Block a user