/home/runner/work/amr-wind/amr-wind/amr-wind/core/FieldUtils.H Source File
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
FieldUtils.H
Go to the documentation of this file.
bool is_valid_field_name(const std::string &name)
Definition FieldUtils.H:73
amrex::Interpolater * get_interpolation_operator(const FieldInterpolator itype)
Definition FieldUtils.H:85
amrex::IndexType index_type(const FieldLoc floc)
Definition FieldUtils.H:13
std::string field_name_with_state(const std::string &fname, const FieldState fstate)
Definition FieldUtils.H:41
FieldInterpolator
Coarse-to-fine field interpolation options.
Definition FieldDescTypes.H:37
@ XFACE
Face-centered in x-direction (e.g., face normal velocity)
Definition FieldDescTypes.H:30
@ NPH
State at (n + 1/2) (intermediate) timestep.
Definition FieldDescTypes.H:18
@ PiecewiseConstant
Constant across cell.
Definition FieldDescTypes.H:38
@ NodeBilinear
Bilinear nodal interpolation.
Definition FieldDescTypes.H:40
@ FaceLinear
Linear face interpolation.
Definition FieldDescTypes.H:42
@ FaceDivFree
Divergence free face interpolation.
Definition FieldDescTypes.H:41
@ CellConsLinear
Linear interpolation.
Definition FieldDescTypes.H:39
Definition FieldUtils.H:8
FieldState phi_state(const FieldState fstate)
Definition FieldUtils.H:115
FieldState dof_state(const FieldState fstate)
Definition FieldUtils.H:110
Generated by