coolfluid / dcm

coolfluid3 plugins for solving partial differential equations with discontinuous collocation methods
0 stars 9 forks source link

Implement Navier-Stokes 3D #4

Open wdeconinck opened 11 years ago

wdeconinck commented 11 years ago
wdeconinck commented 11 years ago

The files that should be implemented for 3D:

The Terms3D need to implement 3 important functions:

A few other functions to be implemented involve more setting the correct things in the states and gradients of states.

Look at the 2D implementation. There I used some premade functions from the kernel library. However, you can just implement things immediately in the 3 above mentioned important functions. Of course I will be available for help.