|
[Sponsors] |
May 25, 2011, 07:46 |
Probe location for moving mesh
|
#1 |
New Member
Neil Southall
Join Date: May 2011
Posts: 1
Rep Power: 0 |
Hi,
I'm running a moving mesh simulation (using InterDyMFoam) and I have a number of probes defined in controlDict to measure pressures during the simulation. The runs are of quite long duration (> 10,000 s) and often they have to be restarted. The problem with this is that the probe locations then have to be recalculated manually to allow for the displacement/rotation of the mesh, which is tedious and can lead to errors. Does anyone know of a way to specify probes in the body coordinate system rather than globally? I'm using OF 1.7.1. From my controlDict: application interDyMFoam; startFrom latestTime; startTime 500; stopAt endTime; endTime 18000; deltaT 0.01; writeControl adjustableRunTime; writeInterval 1.0; purgeWrite 0; writeFormat binary; writePrecision 10; writeCompression compressed; timeFormat general; timePrecision 6; runTimeModifiable yes; adjustTimeStep yes; maxCo 0.5; maxAlphaCo 0.5; maxDeltaT 1; functions { probes { type probes; functionObjectLibs ( "libsampling.so" ); enabled true; outputControl timeStep; outputInterval 1; probeLocations ( #include "$FOAM_CASE/../sensorGrid.long" ); fields ( p ); } } Hope someone has some ideas! Neil |
|
September 17, 2012, 13:13 |
|
#2 |
New Member
Join Date: Mar 2010
Posts: 20
Rep Power: 16 |
Hi Neil,
I met similar problems as yours. Did you solve this problem? Did you find a way to specify probes in the body coordinate system rather than globally? Thanks. Elliot |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Unstructure Meshing Around Imported Plot3D Structured Mesh ICEM | kawamatt2 | ANSYS Meshing & Geometry | 17 | December 20, 2011 12:45 |
2d irregular grid | Remy | Main CFD Forum | 1 | December 22, 2008 05:49 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
basic of mesh refinement | arya | CFX | 4 | June 19, 2007 13:21 |
unstructured vs. structured grids | Frank Muldoon | Main CFD Forum | 1 | January 5, 1999 11:09 |