NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Attributes | List of all members
NeoN::finiteVolume::cellCentred::BoundaryAttributes Struct Reference

#include <volumeBoundaryFactory.hpp>

Public Attributes

bool assignable
 whether values can be assigned to the boundary patch
 
bool fixesValue
 
bool transformImplicit = false
 

Detailed Description

Definition at line 25 of file volumeBoundaryFactory.hpp.

Member Data Documentation

◆ assignable

bool NeoN::finiteVolume::cellCentred::BoundaryAttributes::assignable

whether values can be assigned to the boundary patch

Definition at line 27 of file volumeBoundaryFactory.hpp.

◆ fixesValue

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.

◆ transformImplicit

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.


The documentation for this struct was generated from the following file: