Todo
Improve autoapi module
circadapt.adapt
Package Contents
Classes
Model class to be inherited to give model adaptation protocol. |
Objects
-
class
circadapt.adapt.
ModelAdapt
-
Model class to be inherited to give model adaptation protocol.
-
get_adapt_options
() -
Get default adapt options.
-
adapt
(options: dict = {}, output: bool = False) None -
Run adaptation protocol.
The adaptation protocol runs n_cycles cycles. Each cycle has two phases, namely rest adaptation and exercise adaptation. First, in exercise, the Patches and vessel wall volumes are adapted to load. In rest, vessels are adapted to flow.
Parameters
- optionsdictionary, optional
Options for the protocol. To set options, use the function get_adapt_options(), which is used by default. The default is {}.
- outputbool, optional
DESCRIPTION. The default is False.
Returns
- senses_resultsTYPE
Only when output=True.
- senses_normTYPE
Only when output=True.
- actor_resultsTYPE
Only when output=True.
- actor_vwallTYPE
Only when output=True.
-
adapt_exercise
() -
Trigger all excercise adaptation functions.
-
adapt_rest
() -
Trigger all rest adaptation functions.
-
calculate_matrix
()
-