pde Namespace Reference
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::pde Namespace Reference
Namespaces | |
| namespace | icns |
| namespace | temperature |
| namespace | tke |
Functions | |
| template<typename PDE, typename Scheme> | |
| PDEFields | create_fields_instance (const SimTime &time, FieldRepo &repo, const FieldInterpolator itype=FieldInterpolator::CellConsLinear) |
Function Documentation
◆ create_fields_instance()
template<typename PDE, typename Scheme>
| PDEFields amr_wind::pde::create_fields_instance | ( | const SimTime & | time, |
| FieldRepo & | repo, | ||
| const FieldInterpolator | itype = FieldInterpolator::CellConsLinear ) |
Declare fields necessary for solving a PDE
This function defines the boilerplate code to declare all the fields in PDEFields that are necessary to solve the equation system.
- Template Parameters
-
PDE Trait defining this equation system (e.g., ICNS, Temperature) Scheme The numerical scheme (e.g., Godnuov, MOL)
Generated by