36 #ifndef _ODESYSTEMFORCOUPLEDHEATEQUATION_HPP_
37 #define _ODESYSTEMFORCOUPLEDHEATEQUATION_HPP_
39 #include "AbstractOdeSystemForCoupledPdeSystem.hpp"
40 #include "OdeSystemInformation.hpp"
93 this->mVariableNames.push_back(
"v");
94 this->mVariableUnits.push_back(
"non-dim");
95 this->mInitialConditions.push_back(1.0);
96 this->mInitialised =
true;
99 #endif //_ODESYSTEMFORCOUPLEDHEATEQUATION_HPP_
unsigned mPdeSolutionSize
std::vector< double > mPdeSolution
void ResetToInitialConditions()
void EvaluateYDerivatives(double time, const std::vector< double > &rY, std::vector< double > &rDY)
boost::shared_ptr< AbstractOdeSystemInformation > mpSystemInfo
OdeSystemForCoupledHeatEquation(double a)