AMR-Wind  v0.1.0
CFD solver for wind plant simulations
Classes
Fillpatch operators

Field fillpatch operators. More...

Collaboration diagram for Fillpatch operators:

Classes

struct  amr_wind::FieldBCNoOp
 A no-op BC. More...
 
struct  amr_wind::DirichletOp< InflowOp, WallOp >
 Sets constant values on specified boundaries. More...
 
class  amr_wind::FieldFillPatchOpsBase
 Abstract interface for classes that handle fill patch and physical boundary condition operations for multi-level AMR meshes. More...
 
class  amr_wind::FieldFillConstScalar
 Implementation that just fills a constant value on newly created grids. More...
 
class  amr_wind::FieldFillPatchOps< BCOpCreator >
 Concrete implementation of filling patches and boundary conditions on multi-level AMR meshes. More...
 

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.