|
NeoN
A framework for CFD software
|
#include <volumeBoundaryFactory.hpp>
Public Attributes | |
| bool | assignable |
| whether values can be assigned to the boundary patch | |
| bool | fixesValue |
| bool | transformImplicit = false |
Definition at line 25 of file volumeBoundaryFactory.hpp.
| bool NeoN::finiteVolume::cellCentred::BoundaryAttributes::assignable |
whether values can be assigned to the boundary patch
Definition at line 27 of file volumeBoundaryFactory.hpp.
| bool NeoN::finiteVolume::cellCentred::BoundaryAttributes::fixesValue |
whether the bc enforces a fixed field value (Dirichlet), not a gradient/Neumann condition NOTE this is somewhat redundant to valueFraction of boundaryData
Definition at line 28 of file volumeBoundaryFactory.hpp.
| bool NeoN::finiteVolume::cellCentred::BoundaryAttributes::transformImplicit = false |
whether this is a direction-dependent (transform) BC — e.g. slip/symmetry in implicit mode — whose normal damping must be applied as a per-component diagonal correction at solve time rather than via the RHS. Defaults to false so all existing BCs are unaffected.
Definition at line 31 of file volumeBoundaryFactory.hpp.