Solution#
- class reservoirflow.solutions.Solution(model, sparse)#
Bases:
ABCAbstract solution class.
Attention
This is an abstract class and canβt be instantiated. This class is only used as a parent for other classes of
solutionssubmodules.- Returns:
Solution object.
- Return type:
Construct solution object.
- Parameters:
model (Model) β a model object from
modelsmodule.sparse (bool) β using sparse computing for a better performance.
Methods
Comments π¬#
Feel free to make a comment, ask a question, or share your opinion about this specific content. Please keep in mind the Commenting Guidelines β.