mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fieldSources - changed fieldData -> injectionRate
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user