/home/runner/work/amr-wind/amr-wind/amr-wind/boundary_conditions/field_boundary_fill/PlaneFillInflow.H Source File
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
PlaneFillInflow.H
Go to the documentation of this file.
Definition BoundaryPlane.H:117
FieldFillPatchOps(Field &field, const amrex::AmrCore &mesh, const SimTime &time, FieldInterpolator itype=FieldInterpolator::CellConsLinear, FieldInterpolator face_itype=FieldInterpolator::FaceDivFree)
Definition FieldFillPatchOps.H:187
Definition Field.H:112
~PlaneFillInflow() override
PlaneFillInflow(Field &field, const amrex::AmrCore &mesh, const SimTime &time, const BoundaryPlane &bndry_plane)
Definition PlaneFillInflow.cpp:7
const BoundaryPlane & m_bndry_plane
Definition PlaneFillInflow.H:64
void fillpatch_sibling_fields(int lev, amrex::Real time, amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > &mfabs, amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > &ffabs, amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > &cfabs, const amrex::IntVect &nghost, const amrex::Vector< amrex::BCRec > &bcrec, const amrex::Vector< amrex::BCRec > &, FieldState fstate=FieldState::New) override
Implementation that handles filling patches on a single level as well as across a coarse-fine interfa...
Definition PlaneFillInflow.cpp:58
void fillphysbc(int lev, amrex::Real time, amrex::MultiFab &mfab, const amrex::IntVect &nghost, FieldState fstate=FieldState::New) override
Implementation that handles filling physical boundary conditions.
Definition PlaneFillInflow.cpp:45
void fillpatch(int lev, amrex::Real time, amrex::MultiFab &mfab, const amrex::IntVect &nghost, FieldState fstate=FieldState::New) override
Implementation that handles filling patches on a single level as well as across a coarse-fine interfa...
Definition PlaneFillInflow.cpp:19
void fillpatch_from_coarse(int lev, amrex::Real time, amrex::MultiFab &mfab, const amrex::IntVect &nghost, FieldState fstate=FieldState::New) override
Implementation that handles filling patches from a coarse to fine level.
Definition PlaneFillInflow.cpp:32
Definition SimTime.H:33
This test case is intended as an evaluation of the momentum advection scheme.
Definition BCInterface.cpp:10
Generated by