mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removed coeffDict_ - already defind in parent injection model
This commit is contained in:
@ -67,9 +67,6 @@ class ConeInjection
|
|||||||
{
|
{
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
//- Coefficients dictionary
|
|
||||||
dictionary coeffDict_;
|
|
||||||
|
|
||||||
//- Injection duration [s]
|
//- Injection duration [s]
|
||||||
const scalar duration_;
|
const scalar duration_;
|
||||||
|
|
||||||
|
|||||||
@ -62,9 +62,6 @@ class ManualInjection
|
|||||||
{
|
{
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
//- Coefficients dictionary
|
|
||||||
dictionary coeffDict_;
|
|
||||||
|
|
||||||
//- Name of file containing positions data
|
//- Name of file containing positions data
|
||||||
const word positionsFile_;
|
const word positionsFile_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user