36 #ifndef _ODESYSTEMFORCOUPLEDHEATEQUATIONWITHSOURCE_HPP_
37 #define _ODESYSTEMFORCOUPLEDHEATEQUATIONWITHSOURCE_HPP_
39 #include "AbstractOdeSystemForCoupledPdeSystem.hpp"
40 #include "OdeSystemInformation.hpp"
99 this->mVariableNames.push_back(
"v");
100 this->mVariableUnits.push_back(
"non-dim");
101 this->mInitialConditions.push_back(1.0);
102 this->mInitialised =
true;
105 #endif //_ODESYSTEMFORCOUPLEDHEATEQUATIONWITHSOURCE_HPP_
OdeSystemForCoupledHeatEquationWithSource(double a)
void SetStateVariables(const std::vector< double > &rStateVariables)
std::vector< double > GetInitialConditions() const
boost::shared_ptr< AbstractOdeSystemInformation > mpSystemInfo
void EvaluateYDerivatives(double time, const std::vector< double > &rY, std::vector< double > &rDY)