Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Navier-Stokes 3D #4

Open
wdeconinck opened this issue Jan 25, 2013 · 1 comment
Open

Implement Navier-Stokes 3D #4

wdeconinck opened this issue Jan 25, 2013 · 1 comment

Comments

@wdeconinck
Copy link
Member

@wdeconinck
Copy link
Member Author

The files that should be implemented for 3D:

  • cf3/sdm/equations/navierstokes/NavierStokes3D.*
  • cf3/sdm/equations/navierstokes/Terms3D.*

The Terms3D need to implement 3 important functions:

  • compute_convective_flux( state , normal )
  • compute_riemann_flux( left_state, right_state, normal )
  • compute_diffusive_flux( state, normal )

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants