48 #ifndef _IONICGOLDBETER_H_ 49 #define _IONICGOLDBETER_H_ 51 #include <lifev/electrophysiology/solver/IonicModels/ElectroIonicModel.hpp> 54 #include <Teuchos_RCP.hpp> 55 #include <Teuchos_ParameterList.hpp> 56 #include "Teuchos_XMLParameterListHelpers.hpp" 68 typedef ElectroIonicModel
super;
187 void computeGatingRhs (
const std::vector<Real>& v, std::vector<Real>& rhs);
188 void computeRhs (
const std::vector<Real>& v, std::vector<Real>& rhs);
IonicGoldbeter()
Constructor.
IonicGoldbeter(Teuchos::ParameterList ¶meterList)
void setK2(const Real &k2)
RegionMesh< LinearTetra > mesh_Type
void setNu2(const Real &nu2)
IonicGoldbeter(const IonicGoldbeter &model)
void setNu1(const Real &nu1)
void computeRhs(const std::vector< Real > &v, std::vector< Real > &rhs)
This methods contains the actual evaluation of the rhs of all state variablesin the model (0D version...
void updateInverseJacobian(const UInt &iQuadPt)
void setK1(const Real &k1)
void computeGatingRhs(const std::vector< Real > &v, std::vector< Real > &rhs)
Methods.
Real computeLocalPotentialRhs(const std::vector< Real > &v)
This methods contains the actual evaluation of the rhs of the voltage equation only (0D version) ...
void setNu5(const Real &nu5)
IonicGoldbeter & operator=(const IonicGoldbeter &model)
Operator.
void setNu4(const Real &nu4)
virtual ~IonicGoldbeter()
Destructor.
void setNu3(const Real &nu3)
double Real
Generic real data.
std::shared_ptr< VectorEpetra > vectorPtr_Type
void setK3(const Real &k3)
Real M_nu1
Model Parameters.
void setK4(const Real &k4)
void showMe()
Display information about the model.