Hello,
I've been looking to use external software to simulate the model of
uterine muscle we developed in our team.
FiPy really catch my eye for its high level approach.
But even after reading the documentation and searching the mailing
list archive, I'm unsure if FiPy is able to solve this type of problem.
The actual formulation of the model is using 3 variables (per cell):
- their temporal evolution is described by non-linear coupled ODEs
(one for each variable)
- anisotropic diffusion occurs on one of the variables.
Each cell of the mesh would account for a muscle cell, so my variables
would be CellVariables. I think the ODEs would appear as Source terms.
But I still don't see how to write my model's equations in the right
way for FiPy.
Is FiPy able to simulate such things ? If yes, could you point me to
some examples (regarding multivariables) ?
Jeremy Laforet