User Portlet User Portlet

Discussions
Hi, I have a huge number of equation systems like this: Abs[Mod[-P1 - P2, 360] - Mod[P3, 360]] + Abs[Mod[P1 + P2, 360] - Mod[P3, 360]] == 0, Abs[Mod[P1 - P2, 360] - Mod[P3, 360]] + Abs[Mod[-P1 + P2, 360] - Mod[P3,...
Hi, I try to simulate the equalization/distribution of a fluid within a confined volume. I selected the shallow water equations (Saint-Venant equations) and removed the slope and friction part of the equations. The two equations I use are: ...