Hello,
I am working on a mechanical model of an effusion-cooled rocket thrust chamber.
I have four unknown variables(the solid displacement, the gas pressure and the temperature fields) and thus I have to solve a system with four equations (with their weak formulations).
However I am new in FENICS, by reading the FENICS book and completing the tutorial, I have by now succeed in creating my mesh, define all my boundary conditions and define the numerous constants and parameters used in the weak formulations.
But now I jam to create my solver algorithm.
The weak forms are completely non-linear, and they also contain terms with the time derivatives of the primary variables.
I have tried to use the Newton solver, but all the examples available only consider one trial function, so I don't know how to apply it with four trial functions!
For the time derivatives, I have used the "backward_euler" definition for the pressure and the temperatures, but I can't use it for the displacement so I get another problem with that.
By the way, is it possible to solve a problem with four variables and four weak forms? (four trial functions)
And if it is, what would be the best tool to deal with?
Thank you in advance for any time and effort you will take in looking at my question.
Remi