CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Explicit finite difference formula

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By pcg

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 2, 2020, 22:48
Default Explicit finite difference formula
  #1
New Member
 
Marrie
Join Date: Dec 2014
Posts: 13
Rep Power: 0
manle0312 is on a distinguished road
Hello,

I am a new user of SU2. After playing with the code, I decide to dig deeper to understand how things are put together. I am running the tutorial on the Inviscid Bump using an Euler implicit schems for time discretization and JST to handle convective flux. In the SU2_CFD folder, there are lots of subroutines that are use to do a lot of things: numerics, integrations... The SU2_CFD seems to do all of the function calls to these different functions. Usually in my CFD class, we have a final step to advance the solution to the next time. Where can I find this?
manle0312 is offline   Reply With Quote

Old   April 3, 2020, 05:22
Default
  #2
pcg
Senior Member
 
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14
pcg is on a distinguished road
In CIntegration::Space_Integration you see the calls to the CSolver methods responsible for spacial integration e.g. the application of the convective scheme.

In CIntegration::Time_Integration you see the calls to the different methods of advancing the solution in time (or pseudo-time for dual-timestepping).

You can then look, for example, in CEulerSolver::ImplicitEuler_Iteration to see the implementation.

(we have been moving and renaming the files and I am not sure what version you are using, in any case if you look for those names in .cpp files it should be fine)
manle0312 likes this.
pcg is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finite difference method kaliramesh FLUENT 1 January 16, 2014 13:55
need an overview on all the finite difference schemes mihaipruna Main CFD Forum 3 December 13, 2013 04:00
Control volume based finite difference method? mukut.medhi Main CFD Forum 3 August 24, 2012 11:01
Finite Difference Vs. Finite Volume elankov Main CFD Forum 43 December 18, 2010 17:30
Equations for finite difference, element & volume W.L.C. Main CFD Forum 9 April 3, 2001 13:08


All times are GMT -4. The time now is 21:02.