/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:174
Field & create_state(const FieldState fstate) noexcept
Create a new time state after the field has been created.
Definition Field.cpp:333
void set_default_fillpatch_bc(const SimTime &time, const amrex::BCType::mathematicalBndryTypes bctype=amrex::BCType::hoextrap) noexcept
Definition Field.cpp:377
void register_fill_patch_op(Args &&... args)
Definition Field.H:306
Definition FieldRepo.H:86
Field & declare_field(const std::string &name, const int ncomp=1, const int ngrow=0, const int nstates=1, const FieldLoc floc=FieldLoc::CELL)
Definition FieldRepo.cpp:83
const amrex::AmrCore & mesh() const
Return a reference to the underlying AMR mesh instance.
Definition FieldRepo.H:358
Definition SimTime.H:30
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
std::string mueff_name(const std::string &var)
Effective viscosity for the transport equation.
Definition PDEHelpers.H:34
std::string src_term_name(const std::string &var)
Field name for all the source terms.
Definition PDEHelpers.H:28
std::string conv_term_name(const std::string &var)
Field name that holds the convective term.
Definition PDEHelpers.H:16
PDEFields create_fields_instance(const SimTime &time, FieldRepo &repo, const FieldInterpolator itype=FieldInterpolator::CellConsLinear)
Definition PDEHelpers.H:49
Definition BCInterface.cpp:7
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 1.12.0