7#ifndef SVZERODSOLVER_MODEL_OPENLOOPCORONARYVARRESBC_HPP_
8#define SVZERODSOLVER_MODEL_OPENLOOPCORONARYVARRESBC_HPP_
148 double get_Ram(std::vector<double>& parameters,
double time)
const override;
BlockType
The types of blocks supported by the solver.
Definition BlockType.h:15
model::OpenLoopCoronaryBC source file
model::Parameter source file
const int id
Global ID of the block.
Definition Block.h:78
const Model * model
The model to which the block belongs.
Definition Block.h:79
Model of 0D elements.
Definition Model.h:53
OpenLoopCoronaryBC(int id, Model *model)
Construct a new OpenLoopCoronaryBC object.
Definition OpenLoopCoronaryBC.h:123
double get_Ram(std::vector< double > ¶meters, double time) const override
Get time-varying microvascular resistance.
Definition OpenLoopCoronaryVarResBC.cpp:9
OpenLoopCoronaryVarResBC(int id, Model *model)
Construct a new OpenLoopCoronaryVarResBC object.
Definition OpenLoopCoronaryVarResBC.h:121