Skip to content

.par file specifications: dt and regularization #561

Answered by yslan
turbulentphil asked this question in Q&A
Discussion options

You must be logged in to vote

dt

  • 1.1 dt = A + targetCFL=B +max=C +initial=D
    When one of the tags (targetcfl, max, initial) is used, it turns on the variable dt. The idea is to increase / decrease dt so the CFL is approximately the targetCFL (by default, it's 0.5 if not set in par file)
  • 1.2 max dt.
  • 1.3 The initial value of dt
  • 1.4 It's based on the stability region. max CFL = 0.6339 for BDF3/EXT3.
    If you have more non-linearity from source term, it's recommended to be more conservative. CFL = 0.5 is a ok number. If you use OIF (characteristic with RK substeps), then you can increase the target CFL = 0.6339 * number_of_substeps.

regularization

  • 2.1 regularization = filter.
  • 2.2 It's recommended to have filter to make th…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@turbulentphil
Comment options

@yslan
Comment options

@turbulentphil
Comment options

Answer selected by turbulentphil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants