COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
ConfigurableConstant< ValueT > Struct Template Reference

Refers to a configurable constant value. More...

#include <ConfigurableConstant.hpp>

Public Member Functions

 ConfigurableConstant (const std::string &p_name, const std::string &p_description=std::string(), const ValueT p_default=ValueT())
 

Public Attributes

EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef ValueT value_type
 This is needed in case ValueT is a fixed-size Eigen matrix. More...
 
std::string name
 
std::string description
 
value_type default_value
 

Detailed Description

template<typename ValueT>
struct cf3::solver::actions::Proto::ConfigurableConstant< ValueT >

Refers to a configurable constant value.

Definition at line 30 of file ConfigurableConstant.hpp.

Constructor & Destructor Documentation

ConfigurableConstant ( const std::string &  p_name,
const std::string &  p_description = std::string(),
const ValueT  p_default = ValueT() 
)
inline

Definition at line 37 of file ConfigurableConstant.hpp.

Member Data Documentation

value_type default_value

Definition at line 46 of file ConfigurableConstant.hpp.

std::string description

Definition at line 45 of file ConfigurableConstant.hpp.

std::string name

Definition at line 44 of file ConfigurableConstant.hpp.

EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef ValueT value_type

This is needed in case ValueT is a fixed-size Eigen matrix.

Definition at line 35 of file ConfigurableConstant.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin