34#ifndef SVZERODSOLVER_MODEL_CLOSEDLOOPCORONARYLEFTBC_HPP_
35#define SVZERODSOLVER_MODEL_CLOSEDLOOPCORONARYLEFTBC_HPP_
53 BlockType::closed_loop_coronary_left_bc) {}
BlockType
The types of blocks supported by the solver.
Definition BlockType.h:42
model::ClosedLoopCoronaryBC source file
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
Closed loop coronary boundary condition which is connected to other blocks on both sides and the intr...
Definition ClosedLoopCoronaryBC.h:124
Left side of closed loop coronary boundary condition ClosedLoopCoronaryBC.
Definition ClosedLoopCoronaryLeftBC.h:43
void setup_model_dependent_params()
Setup parameters that depend on the model.
Definition ClosedLoopCoronaryLeftBC.cpp:35
ClosedLoopCoronaryLeftBC(int id, Model *model)
Construct a new ClosedLoopCoronaryLeftBC object.
Definition ClosedLoopCoronaryLeftBC.h:51
Model of 0D elements.
Definition Model.h:75