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::BoundaryType Struct Reference

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

#include <equation_base.h>

Public Attributes

std::string boundary_name
 Boundary name.
 
unsigned int boundary_id
 Boundary indicator.
 
std::string boundary_condition
 Type of boundary condition.
 

Detailed Description

This simple structure describes a boundary type of a derived equation class.

For example

set Impermeable walls = 0: no-slip

Here

Note
Other boundary_condition like Navier slip or perfect slip can be assigned instead.
Author
Valentin N. Zingan, 2013

Member Data Documentation

std::string FuelCellShop::Equation::BoundaryType::boundary_condition

Type of boundary condition.

unsigned int FuelCellShop::Equation::BoundaryType::boundary_id

Boundary indicator.

std::string FuelCellShop::Equation::BoundaryType::boundary_name

Boundary name.


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