Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Attributes | List of all members
fub::FlameMasterArrayState Struct Reference

#include <FlameMasterReactor.hpp>

Public Attributes

ArrayXd massFractions
 
ArrayXd moles
 
ArrayXd molesStorage
 
Array1d temperature
 We make this a pointer because we want to make sure it is stored at the beginning of moles (for CVode) More...
 
Array1d thermoTemp
 Temperature at which the thermodynamic state was last evaluated. More...
 
Array1d density
 
ArrayXd production_rates
 Computational space for the reaction mechanism. More...
 
ArrayXd reaction_rates
 
ArrayXd rate_coefficients
 
ArrayXd third_body_concentrations
 
ArrayXd enthalpies
 
ArrayXd heat_capacities_at_constant_pressure
 
ArrayXd entropies
 

Member Data Documentation

◆ density

Array1d fub::FlameMasterArrayState::density

◆ enthalpies

ArrayXd fub::FlameMasterArrayState::enthalpies

◆ entropies

ArrayXd fub::FlameMasterArrayState::entropies

◆ heat_capacities_at_constant_pressure

ArrayXd fub::FlameMasterArrayState::heat_capacities_at_constant_pressure

◆ massFractions

ArrayXd fub::FlameMasterArrayState::massFractions

◆ moles

ArrayXd fub::FlameMasterArrayState::moles

◆ molesStorage

ArrayXd fub::FlameMasterArrayState::molesStorage

◆ production_rates

ArrayXd fub::FlameMasterArrayState::production_rates

Computational space for the reaction mechanism.

◆ rate_coefficients

ArrayXd fub::FlameMasterArrayState::rate_coefficients

◆ reaction_rates

ArrayXd fub::FlameMasterArrayState::reaction_rates

◆ temperature

Array1d fub::FlameMasterArrayState::temperature

We make this a pointer because we want to make sure it is stored at the beginning of moles (for CVode)

◆ thermoTemp

Array1d fub::FlameMasterArrayState::thermoTemp

Temperature at which the thermodynamic state was last evaluated.

◆ third_body_concentrations

ArrayXd fub::FlameMasterArrayState::third_body_concentrations

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