34#ifndef SVZERODSOLVER_MODEL_OPENLOOPCORONARYBC_HPP_
35#define SVZERODSOLVER_MODEL_OPENLOOPCORONARYBC_HPP_
157 std::vector<double> ¶meters);
BlockType
The types of blocks supported by the solver.
Definition BlockType.h:42
BlockClass
The classes/categories of blocks supported. Some classes require special handling (e....
Definition BlockType.h:64
model::Parameter source file
SparseSystem source file.
Base class for 0D model components.
Definition Block.h:101
const int id
Global ID of the block.
Definition Block.h:103
const Model * model
The model to which the block belongs.
Definition Block.h:104
Degree-of-freedom handler.
Definition DOFHandler.h:48
Model of 0D elements.
Definition Model.h:75
Open loop coronary boundary condition based on kim_coronary.
Definition OpenLoopCoronaryBC.h:117
OpenLoopCoronaryBC(int id, Model *model)
Construct a new OpenLoopCoronaryBC object.
Definition OpenLoopCoronaryBC.h:125
void setup_initial_state_dependent_params(State initial_state, std::vector< double > ¶meters)
Setup parameters that depend on the initial state.
Definition OpenLoopCoronaryBC.cpp:87
void setup_dofs(DOFHandler &dofhandler)
Set up the degrees of freedom (DOF) of the block.
Definition OpenLoopCoronaryBC.cpp:33
TripletsContributions num_triplets
Number of triplets of element.
Definition OpenLoopCoronaryBC.h:182
void update_time(SparseSystem &system, std::vector< double > ¶meters)
Update the time-dependent contributions of the element in a sparse system.
Definition OpenLoopCoronaryBC.cpp:68
double Pim_0
Pim at initial state.
Definition OpenLoopCoronaryBC.h:186
double P_Cim_0
Pressure proximal to Cim/Vim at initial state.
Definition OpenLoopCoronaryBC.h:185
void update_constant(SparseSystem &system, std::vector< double > ¶meters)
Update the constant contributions of the element in a sparse system.
Definition OpenLoopCoronaryBC.cpp:37
Sparse system.
Definition SparseSystem.h:57
State of the system.
Definition State.h:46
The number of triplets that the element contributes to the global system.
Definition Block.h:52