COMP: RASModelBase adjustments

- naming more consistent with DESModelBase etc for 'isA' dynamic
  casting
This commit is contained in:
Mark Olesen
2022-11-24 13:57:50 +01:00
parent 3f87aec01a
commit e401e8f132
5 changed files with 82 additions and 21 deletions

View File

@ -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()