Giter Site home page Giter Site logo

Comments (2)

JOThurgood avatar JOThurgood commented on June 23, 2024

Found and corrected typos in the wiki.

from simplecfd.

JOThurgood avatar JOThurgood commented on June 23, 2024

Currently in the variable density versions of the code the following happens in terms of factors of rho

The old ( "t=n" ) density is used in

  • step 2: this is uncontroversial
  • step 3: There is a question over whether advect_dens should occur before this (immediately after step_2) and then a half time density can be computed for use in this step (you would also need to flesh out the code for step 3 which assumes a lot of things don't change but now do with the different factor of rho). This is what seems to happen in lm_atm in pyro2.

The half time (t=n+1/2) density is used in:

  • step 4: gravitational source /forcing for the beta/rho or 1/rho coefficient (seems appropriate). (NB only in the atmospheric code, the other versions have not been updated yet and use the n+1 value for rho).

The new (t=n+1) density is used in:

  • step 4: for the 1/rho coefficient in front of the lagged pressure (this seems inappropriate)
  • all of step 5: seems appropriate.

In other words:

  • Should advect_dens be called before step_3, and used in the updated interface states ? (as it is in pyro2 lm_atm? Remember, step_3 would have to be fleshed out in this case - it basically assumes nothing changes except for a new up-winding.

  • Should you use a half time rho for all coefficients in step_4? (i.e. not just for gravity in the case of the atmospheric version, and if so update other versions consistently.)

from simplecfd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.