COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
ProtoAction::Implementation::PhysicsConstantLink Struct Reference

Public Member Functions

 PhysicsConstantLink (const Handle< PhysModel > &physical_model, const std::string &constant_name, Real &value, const std::string &parent_path)
 
 ~PhysicsConstantLink ()
 
void trigger ()
 

Public Attributes

Handle< PhysModelm_physical_model
 
const std::string m_constant_name
 
Real & m_value
 
const std::string m_parent_path
 
common::Option::TriggerID m_trigger_id
 

Detailed Description

Definition at line 67 of file ProtoAction.cpp.

Constructor & Destructor Documentation

PhysicsConstantLink ( const Handle< PhysModel > &  physical_model,
const std::string &  constant_name,
Real &  value,
const std::string &  parent_path 
)
inline

Definition at line 69 of file ProtoAction.cpp.

~PhysicsConstantLink ( )
inline

Definition at line 80 of file ProtoAction.cpp.

Member Function Documentation

void trigger ( )
inline

Definition at line 86 of file ProtoAction.cpp.

Member Data Documentation

const std::string m_constant_name

Definition at line 97 of file ProtoAction.cpp.

const std::string m_parent_path

Definition at line 99 of file ProtoAction.cpp.

Handle<PhysModel> m_physical_model

Definition at line 96 of file ProtoAction.cpp.

Definition at line 100 of file ProtoAction.cpp.

Real& m_value

Definition at line 98 of file ProtoAction.cpp.


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