codedFvModel: Removed unnecessary and inconsistent "name" entry

The name of the codedFvModel is now set to the key name of the sub-dictionary in
the fvModels dictionary that defines it.
This commit is contained in:
Henry Weller
2021-05-18 13:31:20 +01:00
parent 58afe5dccb
commit a8eef3be87
2 changed files with 1 additions and 7 deletions

View File

@ -33,7 +33,6 @@ Usage
energySource
{
type codedFvModel;
name sourceTime;
selectionMode all;
@ -104,9 +103,6 @@ class codedFvModel
//- The set of cells the fvConstraint applies to
fvCellSet set_;
//- The name
word name_;
//- The name of the field that this fvModel applies to
word fieldName_;