mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
added solverFreq to read(), and changed fvm->fvmSup header
This commit is contained in:
@ -27,7 +27,7 @@ License
|
||||
#include "radiationModel.H"
|
||||
#include "absorptionEmissionModel.H"
|
||||
#include "scatterModel.H"
|
||||
#include "fvm.H"
|
||||
#include "fvmSup.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
@ -112,6 +112,9 @@ bool Foam::radiation::radiationModel::read()
|
||||
lookup("radiation") >> radiation_;
|
||||
coeffs_ = subDict(type() + "Coeffs");
|
||||
|
||||
lookup("solverFreq") >> solverFreq_,
|
||||
solverFreq_ = max(1, solverFreq_);
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user