mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: orientedSurface: exposing flip status
This commit is contained in:
@ -54,6 +54,8 @@ class orientedSurface
|
||||
:
|
||||
public triSurface
|
||||
{
|
||||
public:
|
||||
|
||||
// Data types
|
||||
|
||||
//- Enumeration listing whether face needs to be flipped.
|
||||
@ -64,6 +66,7 @@ class orientedSurface
|
||||
NOFLIP
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user