GithubHelp home page GithubHelp logo

myeles's Introduction

Embedded LES

This repository contains the code used for an Embedded LES framework based on OpenFOAM.

Method

Embedded LES refers to the automatic switching to scale resolving simulation. The current method implemnts a nested procedure where the whole domain is covered by a RANS mesh and within this there is an area/areas of LES. This is done by coupling a standard openFOAM RANS solver with a standard OpenFOAM LES solver. The interfacing between the two solvers is handled by preCICE, an open-source coupling library for partitioned multi-physics simulations and uses a modified version of the standard openFoam adapter.

  • mySEM is a boundary condition for the velocity in the LES region that reads in the velocity from the RANS mesh and applies the Synthetic Eddy Method to generate the turbulent structures. more info

  • myOutletInlet is a boundary condition for the pressure in the LES region that reads pressure and pressure gradient from the RANS mesh and applies one depending on the flow direction.

  • myCorrection is a source term is called by fvOptions in order to apply a drift force to correct the RANS towards the LES in a specified region.

diagram showing ELES framework

diagram showing ELES details

Compilation

This code has been tested in OpenFOAMv1806. To install:

cd mySEM;
wmake;
cd ../myOutletInlet;
wmake;
cd ../myCorrection;
wmake;
cd ../

myeles's People

Stargazers

zhang zhiguo avatar

Watchers

Andrew Mole avatar

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.