|
[Sponsors] |
March 15, 2010, 09:26 |
runtime cuttingplanes in simpleFoam
|
#1 |
New Member
Luc Bordier
Join Date: Feb 2010
Posts: 11
Rep Power: 16 |
Hello,
I'm trying to use sampling with cuttingplanes during run time. For this, I modified the simpleFoam.C file by including some code taken from sample utility in the main while loop : Code:
IOsampledSurfaces sSurfs ( sampledSurfaces::typeName, mesh, "sampleDict", IOobject::MUST_READ, true ); // Handle geometry/topology changes //polyMesh::readUpdateState state = mesh.readUpdate(); //sSurfs.readUpdate(state); sSurfs.write(); Info<< "write cuttingplanes at Time = " << runTime.timeName() << nl << endl; But now, I would like to use the fields on cuttingplane to compute statistics (mean of field, standard deviation on the cutting plane,...). Can somenone help me to replace the sSurfs.write() statement with some code that could allow me to retrieve the fields value and to operate on them ? Thanks |
|
December 14, 2010, 09:31 |
|
#2 |
Member
fisch
Join Date: Feb 2010
Posts: 97
Rep Power: 16 |
Hello,
i tried to do similar things. I want to sample some fields (e.g. velocity) during runtime within a dynamic Mesh solver (in my special case piso). My problem is that i'm getting a memory error as soon as i want to perform meshMotion. Do you have an idea how to handle it? thanks |
|
Tags |
cutting, plane, sample, sampling, simplefoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Laminar simpleFoam and inviscid simpleFoam | herenger | OpenFOAM Running, Solving & CFD | 7 | July 11, 2013 07:27 |
Problem running simpleFoam on a multi element airfoil | vinz | OpenFOAM Running, Solving & CFD | 18 | April 11, 2013 12:26 |
Naca0012 k-e mpirun gives fpe whereas simpleFoam not | Pierpaolo | OpenFOAM | 1 | May 8, 2010 04:08 |
Error running simpleFoam in parallel | skabilan | OpenFOAM Running, Solving & CFD | 2 | August 29, 2008 10:42 |
SimpleFoam result for turbFoam initialisation | philippose | OpenFOAM Running, Solving & CFD | 0 | November 26, 2006 11:24 |