mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: RASModelBase adjustments
- naming more consistent with DESModelBase etc for 'isA' dynamic casting
This commit is contained in:
@ -69,7 +69,7 @@ Foam::functionObjects::resolutionIndex::~resolutionIndex()
|
||||
|
||||
bool Foam::functionObjects::resolutionIndex::read(const dictionary& dict)
|
||||
{
|
||||
if (mesh_.foundObject<RASModelBaseName>(turbulenceModel::propertiesName))
|
||||
if (mesh_.foundObject<RASModelBase>(turbulenceModel::propertiesName))
|
||||
{
|
||||
FatalIOErrorInFunction(dict)
|
||||
<< type() << " " << name()
|
||||
|
||||
Reference in New Issue
Block a user