fvModels: Simplified structure using fvCellSet member data

which will allow for a run-time selectable and hence extensible fvCellSet in the
future.
This commit is contained in:
Henry Weller
2021-03-09 15:17:32 +00:00
parent e090643f63
commit 252b71f3c6
38 changed files with 329 additions and 612 deletions

View File

@ -100,7 +100,8 @@ ${typeName}FvModel${SourceType}
const fvMesh& mesh
)
:
cellSetModel(name, modelType, dict, mesh)
fvModel(name, modelType, dict, mesh)
set_(coeffs(), mesh),
{
if (${verbose:-false})
{