Build your own model
Todo
Explain how to create a custom model
For easy use, models can be written into a Model class. This is explained here.
CircAdapt model objects contain sets of linked components that together form a model. The general model is empty, meaning no components are linked.
import circadapt
model = circadapt.CircAdapt('<solver>')
Prebuild models do contain components which are fully connected. More information can be found in the tutorials.