OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
FuelCellShop::Equation::OutputType Struct Reference

This simple structure describes an output type of a derived equation class. More...

#include <equation_base.h>

Public Attributes

std::string variable_name
 Variable name.
 
std::string variable_interpretation
 Variable interpretation.
 

Detailed Description

This simple structure describes an output type of a derived equation class.

Author
Valentin N. Zingan, 2013

Member Data Documentation

std::string FuelCellShop::Equation::OutputType::variable_interpretation

Variable interpretation.

There are two options currently implemented in FCST. These options are

  • scalar,
  • vector.
std::string FuelCellShop::Equation::OutputType::variable_name

Variable name.


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