CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Personal Notes - postProcessing

Register Blogs Community New Posts Updated Threads Search

Rate this Entry

Personal Notes - postProcessing

Posted June 22, 2018 at 23:15 by student666

OF 5.x-dev

Function to be added on controlDict, maybe there's a postProcess utility, but I haven't find any.

This is for sampling fields on surfaces as stl
Code:
        pressureAverageOnTriSurface_left //name of the folder where .dat is saved
        {
            name            left;   //dumb entry ??
            
            type            surfaceFieldValue;
            libs            ("libfieldFunctionObjects.so");
            writeControl    timeStep;
            writeInterval   1;
            writeFields     false;  //write folder at each write interval
            log             true;
            
            operation       average; //banana
            fields          (p); //banana
            regionType      sampledSurface; //banana
            surfaceFormat   stl; //banana

            sampledSurfaceDict
            {
                type        sampledTriSurfaceMesh;
                surface     left.stl;
                source      cells; //banana
                interpolate true;
            }
        }
Posted in Uncategorized
Views 1095 Comments 0 Edit Tags Email Blog Entry
« Prev     Main     Next »
Total Comments 0

Comments

 

All times are GMT -4. The time now is 13:16.