Giter Club home page Giter Club logo

conditionalaverage's Introduction

conditionalAverage

OpenFOAM functionObject for postProcessing, getting the conditional averaged fields with a given scalarField

It has been tested in OF4, OF6, OF7, OFv1712 and OFv1806

functions
{
    conditionalAverageTest
    {
        type        conditionalAverage;
        libs        ("libconditionalAverage.so");
        regionType  all;//;cellZone;
        //name      ignitionCells;//give a specific region to postProcess
        writeFormat raw;//ensight,gnuplot,jplot,raw,vtk,xmgr
        conditionalFields       (Z);// Must be volScalarField, can also be 'x','y','z','direction'.
        weightedAveragedField   rhoMeshV;//rhoMeshV;none;meshV
        //directionVector       (1 1 1);//If conditionalFields contains 'direction', a directionVector will be needed
        nBins                   20;//The number of sampled data, the conditionalFields are averaged devided into nBins, [min:(max-min)/nBins:max].
        //maxValue              1;//The first column of output file is within [minValue, maxValue],divided into nBins number of equal parts 
        //minValue              0;//If the maxValue and the minValue is not presented, the max and min of the conditionalFields will be used instead
        averagedFields          ( U C7H16 OH meanChemistryHRR );
    }
}

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.