Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
SEThermalBlackBox Class Reference
#include <SEThermalBlackBox.h>
Inheritance diagram for SEThermalBlackBox:
Public Member Functions | |
| virtual | ~SEThermalBlackBox () |
Public Member Functions inherited from SEBlackBox< THERMAL_BLACK_BOX > | |
| virtual | ~SEBlackBox () |
| virtual void | Clear () |
| virtual std::string | GetName () const |
| virtual void | RemoveImposedPotential () |
| virtual bool | IsPotentialImposed () const |
| virtual void | ImposePotential (double v, const PotentialUnit &unit) |
| virtual void | ImposePotential (const PotentialScalar &s) |
| virtual double | GetPotential (const PotentialUnit &unit) const |
| virtual void | RemoveImposedSourcePotential () |
| virtual bool | IsSourcePotentialImposed () const |
| virtual void | ImposeSourcePotential (double v, const PotentialUnit &unit) |
| virtual void | ImposeSourcePotential (const PotentialScalar &s) |
| virtual double | GetSourcePotential (const PotentialUnit &unit) const |
| virtual void | RemoveImposedTargetPotential () |
| virtual bool | IsTargetPotentialImposed () const |
| virtual void | ImposeTargetPotential (double v, const PotentialUnit &unit) |
| virtual void | ImposeTargetPotential (const PotentialScalar &s) |
| virtual double | GetTargetPotential (const PotentialUnit &unit) const |
| virtual void | RemoveImposedSourceFlux () |
| virtual bool | IsSourceFluxImposed () const |
| virtual void | ImposeSourceFlux (double v, const FluxUnit &unit) |
| virtual void | ImposeSourceFlux (const FluxScalar &s) |
| virtual double | GetSourceFlux (const FluxUnit &unit) const |
| virtual void | RemoveImposedTargetFlux () |
| virtual bool | IsTargetFluxImposed () const |
| virtual void | ImposeTargetFlux (double v, const FluxUnit &unit) |
| virtual void | ImposeTargetFlux (const FluxScalar &s) |
| virtual double | GetTargetFlux (const FluxUnit &unit) const |
| virtual void | RemoveImposedQuantity () |
| virtual bool | IsQuantityImposed () const |
| virtual void | ImposeQuantity (double v, const QuantityUnit &unit) |
| virtual void | ImposeQuantity (const QuantityScalar &s) |
| virtual double | GetQuantity (const QuantityUnit &unit) const |
| virtual bool | HasMiddleNode () const |
| virtual NodeType * | GetMiddleNode () const |
| virtual bool | HasSourceNode () const |
| virtual NodeType * | GetSourceNode () const |
| virtual bool | HasTargetNode () const |
| virtual NodeType * | GetTargetNode () const |
| virtual bool | HasSourcePath () const |
| virtual PathType * | GetSourcePath () const |
| virtual bool | HasTargetPath () const |
| virtual PathType * | GetTargetPath () const |
Public Member Functions inherited from Loggable | |
| Loggable (Logger *logger=nullptr) | |
| Loggable (std::string const &logfile) | |
| virtual | ~Loggable () |
| virtual Logger * | GetLogger () const |
| virtual void | SetLogger (Logger &logger) |
| virtual void | Debug (std::string const &msg) const |
| virtual void | Debug (std::stringstream &msg) const |
| virtual void | Debug (std::ostream &msg) const |
| virtual void | Info (std::string const &msg) const |
| virtual void | Info (std::stringstream &msg) const |
| virtual void | Info (const std::stringstream &msg) const |
| virtual void | Info (std::ostream &msg) const |
| virtual void | Warning (std::string const &msg) const |
| virtual void | Warning (std::stringstream &msg) const |
| virtual void | Warning (std::ostream &msg) const |
| virtual void | Error (std::string const &msg) const |
| virtual void | Error (std::stringstream &msg) const |
| virtual void | Error (std::ostream &msg) const |
| virtual void | Fatal (std::string const &msg) const |
| virtual void | Fatal (std::stringstream &msg) const |
| virtual void | Fatal (std::ostream &msg) const |
Protected Member Functions | |
| SEThermalBlackBox (const std::string &name, Logger *logger) | |
| virtual bool | HasCompartment () const |
| virtual SEThermalCompartment * | GetCompartment () const |
| virtual void | SetCompartment (SEThermalCompartment *c) |
| virtual bool | HasSourceCompartment () const |
| virtual SEThermalCompartment * | GetSourceCompartment () const |
| virtual void | SetSourceCompartment (SEThermalCompartment *c) |
| virtual bool | HasTargetCompartment () const |
| virtual SEThermalCompartment * | GetTargetCompartment () const |
| virtual void | SetTargetCompartment (SEThermalCompartment *c) |
| virtual bool | HasSourceLink () const |
| virtual SEThermalCompartmentLink * | GetSourceLink () const |
| virtual void | SetSourceLink (SEThermalCompartmentLink *l) |
| virtual bool | HasTargetLink () const |
| virtual SEThermalCompartmentLink * | GetTargetLink () const |
| virtual void | SetTargetLink (SEThermalCompartmentLink *l) |
Protected Member Functions inherited from SEBlackBox< THERMAL_BLACK_BOX > | |
| SEBlackBox (const std::string &name, Logger *logger) | |
| virtual void | SetMiddleNode (NodeType *n) |
| virtual void | SetSourceNode (NodeType *n) |
| virtual void | SetTargetNode (NodeType *n) |
| virtual void | SetSourcePath (PathType *p) |
| virtual void | SetTargetPath (PathType *p) |
Protected Attributes | |
| SEThermalCompartment * | m_Compartment = nullptr |
| SEThermalCompartment * | m_srcCompartment = nullptr |
| SEThermalCompartment * | m_tgtCompartment = nullptr |
| SEThermalCompartmentLink * | m_srcLink = nullptr |
| SEThermalCompartmentLink * | m_tgtLink = nullptr |
Protected Attributes inherited from SEBlackBox< THERMAL_BLACK_BOX > | |
| std::string | m_Name |
| NodeType * | m_MiddleNode |
| NodeType * | m_SourceNode |
| NodeType * | m_TargetNode |
| PathType * | m_SourcePath |
| PathType * | m_TargetPath |
Protected Attributes inherited from Loggable | |
| bool | myLogger |
| Logger * | m_Logger |
Friends | |
| class | SEBlackBoxManager |
| class | CommonDataModelTest |
Constructor & Destructor Documentation
◆ SEThermalBlackBox()
|
protected |
◆ ~SEThermalBlackBox()
|
virtual |
Member Function Documentation
◆ GetCompartment()
|
inlineprotectedvirtual |
◆ GetSourceCompartment()
|
inlineprotectedvirtual |
◆ GetSourceLink()
|
inlineprotectedvirtual |
◆ GetTargetCompartment()
|
inlineprotectedvirtual |
◆ GetTargetLink()
|
inlineprotectedvirtual |
◆ HasCompartment()
|
inlineprotectedvirtual |
◆ HasSourceCompartment()
|
inlineprotectedvirtual |
◆ HasSourceLink()
|
inlineprotectedvirtual |
◆ HasTargetCompartment()
|
inlineprotectedvirtual |
◆ HasTargetLink()
|
inlineprotectedvirtual |
◆ SetCompartment()
|
inlineprotectedvirtual |
◆ SetSourceCompartment()
|
inlineprotectedvirtual |
◆ SetSourceLink()
|
inlineprotectedvirtual |
◆ SetTargetCompartment()
|
inlineprotectedvirtual |
◆ SetTargetLink()
|
inlineprotectedvirtual |
Friends And Related Function Documentation
◆ CommonDataModelTest
|
friend |
◆ SEBlackBoxManager
|
friend |
Member Data Documentation
◆ m_Compartment
|
protected |
◆ m_srcCompartment
|
protected |
◆ m_srcLink
|
protected |
◆ m_tgtCompartment
|
protected |
◆ m_tgtLink
|
protected |

Public Member Functions inherited from