GithubHelp home page GithubHelp logo

asimonder / projectionfoam Goto Github PK

View Code? Open in Web Editor NEW
15.0 2.0 7.0 503 KB

Non-iterative transient flow solver to simulate incompressible flows in OpenFOAM.

C 100.00%
fluid-dynamics fluid-simulation openfoam-solver cfd turbulent-flows openfoam

projectionfoam's Introduction

projectionFoam

Transient solver developed for OpenFOAM library to simulate incompressible, turbulent flows. The solver uses the projection algorithm for velocity-pressure decoupling.

2023

Updated the solver for OpenFOAM v2006 and above.

Benchmarks are in the works.

2013

The pisoFoam solver to solve incompressible transient flows is iterative. Here, it is replaced with an incremental projection scheme which is non-iterative therefore costs less than pisoFoam. In this classical scheme, we first solve the momentum equation using the old time step pressure. Then, unsoleinoidal part of the velocity is projected out by solving the Poisson equation. The scheme is mass-conservative and has an additional second order segregation error in time for velocity. Therefore, the accuracy order is consistent with second order time integrators in OpenFOAM such as Crank-Nicolson and backward schemes.

Additional improvement was made on the linearization of the convective flux (phi). A second order extrapolation is implemented in time to replace the first order lagged phi. Hence, the overall accuracy of time stepping is increased to second order.

The Rhie-Chow interpolation is applied in a very similar way with pisoFoam. The correction term related to the time discretization ,i.e. fvc::ddtPhiCorr(...), has been found unnecessary and therefore dropped out. No checkerboard pressure oscillations are observed in any case.

It is tested for turbulent and laminar flows. We observed that the projection solver is more stable than pisoFoam and therefore higher Courant numbers are feasible.

Publications:

[1] Önder, A., & Meyers, J. (2014). HPC realization of a controlled turbulent round jet using OpenFOAM. arXiv preprint arXiv:1406.7231.

[2] Önder, A., & Meyers, J. (2014). Modification of vortex dynamics and transport properties of transitional axisymmetric jets using zero-net-mass-flux actuation. Physics of Fluids, 26(7), 075103.

[3] Önder, A. (2014) Active control of turbulent axisymmetric jets using zero-net-mass-flux actuation. PhD Thesis. KU Leuven.

[4] Önder, A., & Meyers, J. (2016). Optimal control of a transitional jet using a continuous adjoint method. Computers & Fluids, 126, 12-24.

Author

Asim Önder ([email protected])

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.