CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Probes in OpenFOAM14 (https://www.cfd-online.com/Forums/openfoam-solving/59691-probes-openfoam14.html)

otsuki May 16, 2007 01:57

Hi, $FOAM_SRC/sampling/Prob
 
Hi,

$FOAM_SRC/sampling/Probe/Probe.H in openFOAM-1.3
is modified in OprnFOAM-1.4.

I can't understand how to invoke probes
from solvers. A solver, coodles in OpenFOAM-1.3
using Probe class and construct probe as :


Probe<volvectorfield> Uprobe(probeLocations,U);

But, constructor of probes class in OprnFOAM-1.4
is different:

probes(const objectRegistry& ,const dictionary&)

I can't understand how to specify objectRegistry.
Will anyone suggest how to ?

Masato

mattijs May 16, 2007 03:32

Probes can now be added to any
 
Probes can now be added to any code, any case without any programming. Just add them to the controlDict. See oodles/pitzDaily tutorial.

otsuki May 16, 2007 06:18

Thank you Mattijs. Now I under
 
Thank you Mattijs. Now I understand.
Masato


All times are GMT -4. The time now is 04:01.