Models
CircAdapt model objects contain sets of linked components that together form a model. The general model is empty, meaning no components are linked.
python
import circadapt
model = circadapt.CircAdapt('Custom', '<solve>')
Prebuild models do contain components which are fully connected. More information can be found in the tutorials.
Wrapper to communicate with c++ code. |
|
Walmsley2015. |
|
VanOsta2022 by Nick van Osta. |