STYLE: fieldSources - changed fieldData -> injectionRate

This commit is contained in:
andy
2011-11-03 15:29:28 +00:00
parent 1131853c56
commit a744f7d126
7 changed files with 20 additions and 20 deletions

View File

@ -31,7 +31,7 @@ Description
<Type>ExplicitSetValueCoeffs
{
fieldData
injectionRate
{
k 30.7;
epsilon 1.5;
@ -70,7 +70,7 @@ protected:
// Protected data
//- Source value per field
List<Type> fieldData_;
List<Type> injectionRate_;
// Protected functions