CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   LES and RANS content of a DES with OF+ 1706 (https://www.cfd-online.com/Forums/openfoam-post-processing/198621-les-rans-content-des-1706-a.html)

SlurmMckenzie February 12, 2018 18:48

LES and RANS content of a DES with OF+ 1706
 
Hi there,

I'm having some trouble with creating a field that tells me during a DES where RANS and LES was active.

I managed to do it on OF 1606+, but seems it has changed a bit on 1706, and the cluster where I am running the simulation only has 1706.

In the controlDict, I've writen:

Code:

functions
{
desField
{
  type DESModelRegions;
  functionObjectLibs ("libfieldFunctionObjects.so");
  log true;
  enabled on;
  storeFilter on;
  writeInterval  1e-04;

}
}

On 1606 there was an output file called log.desField, but in here nothing appears. Instead a postProcessing folder does, but don't know how to convert that into a field for all the times where there's been data written.

Any ideas?


Thanks before hand.

pmlynch April 10, 2018 06:24

I'm struggling with the same thing. From the documentation there is an optional argument "resultName" but this doesn't seem to have effect in my testing.

https://www.openfoam.com/documentati...c1ba199ba2ad8e


All times are GMT -4. The time now is 02:31.