mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
15 lines
292 B
C++
15 lines
292 B
C++
// -*- C++ -*-
|
|
// Minimal example of using the dataCloud function object.
|
|
|
|
dataCloud
|
|
{
|
|
type dataCloud;
|
|
libs (lagrangianFunctionObjects);
|
|
log true;
|
|
|
|
cloud coalCloud1;
|
|
field d;
|
|
}
|
|
|
|
// ************************************************************************* //
|