Comment
This commit is contained in:
parent
e290850d40
commit
71dba63cb3
1 changed files with 6 additions and 1 deletions
|
@ -56,8 +56,13 @@ class multivariateSelectionScheme
|
|||
{
|
||||
// Private data
|
||||
|
||||
//- Schemes dictionary
|
||||
dictionary schemes_;
|
||||
|
||||
//- Face flux
|
||||
const surfaceScalarField& faceFlux_;
|
||||
|
||||
//- Combined weights
|
||||
surfaceScalarField weights_;
|
||||
|
||||
|
||||
|
|
Reference in a new issue