CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Write interpolated patch data of coarse mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 4, 2009, 13:55
Default Write interpolated patch data of coarse mesh
  #1
Senior Member
 
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19
braennstroem is on a distinguished road
Hi,

with functions like:

Code:
wallPressure
    {
        // Type of functionObject
        type surfaces;

        // Where to load it from (if not already in solver)
        functionObjectLibs ("libsampling.so");

        // Output every 10th time step
        interval 10;

        surfaceFormat raw;

        fields
        (
            p
        );

        surfaces
        (
            walls
            {
                type            patch;
                patchName       walls;
                triangulate     false;
            }
        );
    }
I am able to extract fields on defined patches for a certain intervall. That works fine, but does anyone have an idea, how to write out these patch fields on using a patch mesh, which is coarser than the original one? Maybe one can combine some available tools like 'surfaceCoarsen' or the GAMG levels?

Regards!
Fabian1
braennstroem is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Commercial meshers] Fluent3DMeshToFoam simvun OpenFOAM Meshing & Mesh Conversion 50 January 19, 2020 15:33
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
CheckMeshbs errors ivanyao OpenFOAM Running, Solving & CFD 2 March 11, 2009 02:34
2d irregular grid Remy Main CFD Forum 1 December 22, 2008 04:49
Tecplot. add experimental data into a mesh Alejandro FLUENT 0 December 10, 2008 07:08


All times are GMT -4. The time now is 18:37.