exasim-project / NeoFOAM

WIP Prototype of a modern CFD core
19 stars 1 forks source link

ENH: added domain and boundaryField implementation #54

Closed HenningScheufler closed 1 month ago

HenningScheufler commented 2 months ago

adds an implementation for boundaryFields that stores the relevant field for Mixed, Dirichlet and Neumann BC conditions in a continous fields that can be accessed by an offset array for the specific patches

DomainField is the composition of boundaryFields and and internalField

HenningScheufler commented 1 month ago

applied all changes

HenningScheufler commented 1 month ago

The Docs will be updated in the pr #55