Fillpatch operators

AMR-Wind API: Fillpatch operators
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
Fillpatch operators
Collaboration diagram for Fillpatch operators:

Classes

struct  amr_wind::FieldBCNoOp
 
struct  amr_wind::DirichletOp< InflowOp, WallOp >
 
class  amr_wind::FieldFillPatchOpsBase
 
class  amr_wind::FieldFillConstScalar
 
class  amr_wind::FieldFillPatchOps< BCOpCreator >
 

Detailed Description

Field fillpatch operators

This group documents classes and functions available for performing fillpatch operations on the entire field. This API represents a higher-level interface to the MultiFab based fillpatch operations and fill physics BC operations defined in AMReX library. The functionality available in AMR-Wind has two components: 1. the fill patch operators themselves that perform the fill operation, and 2. operator classes that define what happens during a fillpatch operation at the domain boundaries.