codedFvOption: Added cellSet support

Patch provided by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2240
This commit is contained in:
Henry Weller
2016-09-09 12:29:06 +01:00
parent 648c777dd0
commit 52323f8dd1
4 changed files with 6 additions and 7 deletions

View File

@ -104,7 +104,7 @@ ${typeName}FvOption${SourceType}
const fvMesh& mesh
)
:
option(name, modelType, dict, mesh)
cellSetOption(name, modelType, dict, mesh)
{
if (${verbose:-false})
{