Skip to content

libraries_toolsGIS_outputEventFile

Pierre Horgue edited this page Nov 28, 2019 · 2 revisions

outputEventFile class

Description

Event file handler/reader for the porousMultiphaseFoam toolbox which contains m dates used for time output instead of classical openfoam write management.

Format

The class reads the file :

time1
time2
...
timen

Usage

To use output event file, you should specify the file in controlDict as

eventFileOutput "path/to/the/eventFile";

Restrictions

The output file event can be used by all solvers.

Return to porousMultiphaseFoam main page