Solve a time-independent problem #497
Replies: 4 comments 3 replies
-
There is no special approach for time-independent problems (yet). If we encountered such problems, we reformulated them such that temporal relaxation yields a solutions and then did that. If you know of any good, general methods to solve time-independent methods, we could think about an implementation, but I'm afraid that solutions might not be unique, so methods are necessarily specialized. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ok, let's do it this way: 0={}*p-K. The zero means, no change in time. Now it is on the right-hand side :-) |
Beta Was this translation helpful? Give feedback.
-
In one of the examples there is also no time deravative: Solving Poisson’s equation in 1d. I could not find how the function: solve_poisson_equation works. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to solve time-independend problem with py-pde. I would like to solve the Reynolds equation (https://en.wikipedia.org/wiki/Reynolds_equation) for the case that rho is constant in time. This yields to a system of linear equation for the unknown pressure which is easy to solve with e.g. the numpy tools. But I need to have access to the matrices. Are there any examples or ideas in this direction. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions