DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::EulerP::BCInput Struct Reference

Simple struct for JSON-deserialized boundary condition input specification. More...

#include <EulerP_BC.hpp>

Collaboration diagram for DNDS::EulerP::BCInput:
[legend]

Public Attributes

BCType type
 Boundary condition type.
 
std::string name
 Boundary zone name (must match mesh zone names).
 
std::vector< realvalue
 BC parameter values (meaning depends on BC type).
 

Detailed Description

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.

Member Data Documentation

◆ name

std::string DNDS::EulerP::BCInput::name

Boundary zone name (must match mesh zone names).

Definition at line 380 of file EulerP_BC.hpp.

◆ type

BCType DNDS::EulerP::BCInput::type

Boundary condition type.

Definition at line 379 of file EulerP_BC.hpp.

◆ value

std::vector<real> DNDS::EulerP::BCInput::value

BC parameter values (meaning depends on BC type).

Definition at line 381 of file EulerP_BC.hpp.


The documentation for this struct was generated from the following file: