DUBeat  1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
DUBeat::models::monodomain_fhn_DG::RightHandSide Class Reference

Source term: applied current. More...

#include <monodomain_fhn_dg.hpp>

Inheritance diagram for DUBeat::models::monodomain_fhn_DG::RightHandSide:
Collaboration diagram for DUBeat::models::monodomain_fhn_DG::RightHandSide:

Public Member Functions

 RightHandSide (double ChiM, double Sigma, double Cm, double kappa, double epsilon, double gamma, double a)
 Constructor. More...
 
virtual double value (const dealii::Point< lifex::dim > &p, const unsigned int=0) const override
 Evaluate the source term in a point. More...
 

Private Attributes

double ChiM
 Parameter monodomain equation. More...
 
double Sigma
 Diffusion scalar parameter. More...
 
double Cm
 Membrane capacity. More...
 
double kappa
 Factor for the nonlinear reaction in Fitzhugh Nagumo model. More...
 
double epsilon
 Parameter ODE. More...
 
double gamma
 Parameter ODE. More...
 
double a
 Parameter ODE. More...
 

Detailed Description

Source term: applied current.

Definition at line 85 of file monodomain_fhn_dg.hpp.

Constructor & Destructor Documentation

◆ RightHandSide()

DUBeat::models::monodomain_fhn_DG::RightHandSide::RightHandSide ( double  ChiM,
double  Sigma,
double  Cm,
double  kappa,
double  epsilon,
double  gamma,
double  a 
)
inline

Constructor.

Definition at line 111 of file monodomain_fhn_dg.hpp.

Member Function Documentation

◆ value()

virtual double DUBeat::models::monodomain_fhn_DG::RightHandSide::value ( const dealii::Point< lifex::dim > &  p,
const unsigned int  = 0 
) const
inlineoverridevirtual

Evaluate the source term in a point.

Definition at line 130 of file monodomain_fhn_dg.hpp.

Member Data Documentation

◆ a

double DUBeat::models::monodomain_fhn_DG::RightHandSide::a
private

Parameter ODE.

Definition at line 107 of file monodomain_fhn_dg.hpp.

◆ ChiM

double DUBeat::models::monodomain_fhn_DG::RightHandSide::ChiM
private

Parameter monodomain equation.

Definition at line 89 of file monodomain_fhn_dg.hpp.

◆ Cm

double DUBeat::models::monodomain_fhn_DG::RightHandSide::Cm
private

Membrane capacity.

Definition at line 95 of file monodomain_fhn_dg.hpp.

◆ epsilon

double DUBeat::models::monodomain_fhn_DG::RightHandSide::epsilon
private

Parameter ODE.

Definition at line 101 of file monodomain_fhn_dg.hpp.

◆ gamma

double DUBeat::models::monodomain_fhn_DG::RightHandSide::gamma
private

Parameter ODE.

Definition at line 104 of file monodomain_fhn_dg.hpp.

◆ kappa

double DUBeat::models::monodomain_fhn_DG::RightHandSide::kappa
private

Factor for the nonlinear reaction in Fitzhugh Nagumo model.

Definition at line 98 of file monodomain_fhn_dg.hpp.

◆ Sigma

double DUBeat::models::monodomain_fhn_DG::RightHandSide::Sigma
private

Diffusion scalar parameter.

Definition at line 92 of file monodomain_fhn_dg.hpp.


The documentation for this class was generated from the following file: