/home/runner/work/amr-wind/amr-wind/amr-wind/equation_systems/PDEHelpers.H Source File
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
PDEHelpers.H
Go to the documentation of this file.
Definition FieldFillPatchOps.H:176
void set_default_fillpatch_bc(const SimTime &time, amrex::BCType::mathematicalBndryTypes bctype=amrex::BCType::hoextrap)
Definition Field.cpp:373
void register_fill_patch_op(Args &&... args)
Definition Field.H:313
Field & create_state(FieldState fstate)
Create a new time state after the field has been created.
Definition Field.cpp:331
Definition FieldRepo.H:86
Field & declare_field(const std::string &name, int ncomp=1, int ngrow=0, int nstates=1, FieldLoc floc=FieldLoc::CELL)
Definition FieldRepo.cpp:86
const amrex::AmrCore & mesh() const
Return a reference to the underlying AMR mesh instance.
Definition FieldRepo.H:348
Definition SimTime.H:33
FieldInterpolator
Coarse-to-fine field interpolation options.
Definition FieldDescTypes.H:39
@ NPH
State at (n + 1/2) (intermediate) timestep.
Definition FieldDescTypes.H:20
@ PiecewiseConstant
Constant across cell.
Definition FieldDescTypes.H:40
@ CellConsLinear
Linear interpolation.
Definition FieldDescTypes.H:41
Definition PDEHelpers.H:13
AMREX_INLINE std::string diff_term_name(const std::string &var)
Field name that holds the diffusion term (divtau and laplacian for scalars)
Definition PDEHelpers.H:22
AMREX_INLINE std::string conv_term_name(const std::string &var)
Field name that holds the convective term.
Definition PDEHelpers.H:16
AMREX_INLINE std::string src_term_name(const std::string &var)
Field name for all the source terms.
Definition PDEHelpers.H:28
AMREX_INLINE std::string mueff_name(const std::string &var)
Effective viscosity for the transport equation.
Definition PDEHelpers.H:34
PDEFields create_fields_instance(const SimTime &time, FieldRepo &repo, const FieldInterpolator itype=FieldInterpolator::CellConsLinear)
Definition PDEHelpers.H:52
This test case is intended as an evaluation of the momentum advection scheme.
Definition BCInterface.cpp:10
Definition PDEFields.H:27
Field & src_term
Source term for this PDE.
Definition PDEFields.H:39
Field & mueff
Effective visocity field (e.g., velocity_mueff)
Definition PDEFields.H:36
Field & field
Solution variable (e.g., velocity, temperature)
Definition PDEFields.H:34
Generated by