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

runtime

Register Blogs Community New Posts Updated Threads Search

runtime
Old

average over cutting plane during runtime

Posted April 12, 2017 at 11:51 by kindle

This is a average on the cutting plane

Quote:
Originally Posted by gigilentini8 View Post
Dear FOAMers,
can you confirm me that the function object below in ControlDict is the correct and fastest way to calculate average over cutting planes in a 3D simulation during runtime?
it seems to work but I'm not 100% sure about the results...

Code:
functions
{
    cuttingplane_average
    {
        type            faceSource;
        functionObjectLibs ("libfieldFunctionObjects.so");
...
New Member
Views 1049 Comments 0 kindle is offline Edit Tags
Old

corrupted double-linked list

Posted February 21, 2017 at 13:04 by kindle

I copied a derived boundary condition from src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet modified and recompiled it in user directory. It compiles and I name the new library libturbulentInletUser.
When using it in a simluation. Running the solver seems all right but I get "corrupted double-linked list" when I call "blockMesh" or "decomposePar".

In the source code, all classes in finiteVolume is compiled as a single library which contains...
New Member
Posted in Good habit, runtime
Views 978 Comments 0 kindle is offline Edit Tags

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