fvModels: codedSource -> codedFvModel

This commit is contained in:
Henry Weller
2021-03-08 14:53:22 +00:00
parent cce3e13fe3
commit 6e172a708d
5 changed files with 39 additions and 39 deletions

View File

@ -79,7 +79,7 @@ defineTypeNameAndDebug(${typeName}FvModel${SourceType}, 0);
addRemovableToRunTimeSelectionTable
(
option,
fvModel,
${typeName}FvModel${SourceType},
dictionary
);
@ -100,7 +100,7 @@ ${typeName}FvModel${SourceType}
const fvMesh& mesh
)
:
cellSetOption(name, modelType, dict, mesh)
cellSetModel(name, modelType, dict, mesh)
{
if (${verbose:-false})
{