Make nf function virtual: better accuract for immersed boundary
This commit is contained in:
parent
7ea4631c84
commit
f75b75df7b
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ public:
|
|||
const scalarField& magSf() const;
|
||||
|
||||
//- Return face normals
|
||||
tmp<vectorField> nf() const;
|
||||
virtual tmp<vectorField> nf() const;
|
||||
|
||||
//- Return cell-centre to face-centre vector
|
||||
// except for coupled patches for which the cell-centre
|
||||
|
|
Reference in a new issue