Comment on IB patch normal
This commit is contained in:
parent
63bd3ed52b
commit
eeefdf7552
1 changed files with 4 additions and 1 deletions
|
@ -176,9 +176,12 @@ public:
|
||||||
// Access functions for geometrical data
|
// Access functions for geometrical data
|
||||||
|
|
||||||
//- Return face normals
|
//- Return face normals
|
||||||
|
// Note: n is calculated from the intersected primitive patch,
|
||||||
|
// while Sf is fixed by Marooney Maneouvre.
|
||||||
|
// They may not be parallel. Reconsider
|
||||||
|
// HJ, 28/Mar/2019
|
||||||
virtual tmp<vectorField> nf() const;
|
virtual tmp<vectorField> nf() const;
|
||||||
|
|
||||||
|
|
||||||
//- Return cell-centre to face-centre vector
|
//- Return cell-centre to face-centre vector
|
||||||
virtual tmp<vectorField> delta() const;
|
virtual tmp<vectorField> delta() const;
|
||||||
|
|
||||||
|
|
Reference in a new issue