1 | Example project 1: Air Flow Products |
2 | Suppose that a company has a collection of heating and cooling units in a product database. They can provide product information through their web pages. Furthermore, they allow architect customers to design ductwork of unusual cross-section to deliver air flow to rooms, when they want the ducts to be visible. The architects can ask for a simulation of the air flow through these ducts for the various units and view its results. The simulation uses Jacobi iteration of Poisson's equation. |
3 | Example project 2: Heat Equations |
4 | Suppose that a company has a number of window sizes and materials available for houses. They have a web page in which customers can select windows, and have the heat loss computed. |
5 | Both of these projects are primarily suited for being done all in Java. |