|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Simple struct for JSON-deserialized boundary condition input specification. More...
#include <EulerP_BC.hpp>
Public Attributes | |
| BCType | type |
| Boundary condition type. | |
| std::string | name |
| Boundary zone name (must match mesh zone names). | |
| std::vector< real > | value |
| BC parameter values (meaning depends on BC type). | |
Simple struct for JSON-deserialized boundary condition input specification.
Used to read BC definitions from JSON configuration files before constructing the BCHandler. JSON-serializable via nlohmann_json intrusive macros.
Definition at line 377 of file EulerP_BC.hpp.
| std::string DNDS::EulerP::BCInput::name |
Boundary zone name (must match mesh zone names).
Definition at line 380 of file EulerP_BC.hpp.
| BCType DNDS::EulerP::BCInput::type |
Boundary condition type.
Definition at line 379 of file EulerP_BC.hpp.
| std::vector<real> DNDS::EulerP::BCInput::value |
BC parameter values (meaning depends on BC type).
Definition at line 381 of file EulerP_BC.hpp.