Preliminary information about data types

Overview

Many types of data are usable in OpenFLUID.
Simple types:

Compound types:

Other type:


Usage

Simple examples of use are available through the above links for each type.

OpenFLUID handles various kind of data :

Each data type can be converted to and from openfluid::core::StringValue (as far as the string format is correct).

Simulation variables can be typed or untyped. This is set at the declaration of these variables in the signature of simulation functions.
In case of typed variables, each value of the variable must be of the type of the variable. In case of untyped variables, i.e. values for the variable can be of any type.


Generated using Doxygen 1.7.3
Creative Commons License Creative Commons By-NC-ND license