mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Updated setting/warning for applied status of field sources
This commit is contained in:
@ -69,10 +69,8 @@ protected:
|
||||
|
||||
// Protected data
|
||||
|
||||
typedef Tuple2<word, Type> fieldNameValuePair;
|
||||
|
||||
//- Source value per field
|
||||
List<fieldNameValuePair> fieldData_;
|
||||
List<Type> fieldData_;
|
||||
|
||||
|
||||
// Protected functions
|
||||
@ -101,12 +99,6 @@ public:
|
||||
|
||||
// Member Functions
|
||||
|
||||
// Check
|
||||
|
||||
//- Return index of field name if found in fieldNames list
|
||||
virtual label applyToField(const word& fieldName) const;
|
||||
|
||||
|
||||
// Evaluation
|
||||
|
||||
//- Set value on vector field
|
||||
|
||||
Reference in New Issue
Block a user