MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
Foam conductivity MoDeNa Module

Integrates Foam conductivity model into the MoDeNa software framework. More...

Modules

 Fortran Source Code
 Source Code Documentation.
 

Namespaces

 foamConductivity
 MoDeNa Module definition of the Foam conductivity model.
 
 foamConductivity.foamConductivity
 Surrogate model and Firetasks for Foam conductivity model.
 

Detailed Description

Integrates Foam conductivity model into the MoDeNa software framework.

README

Foam aging

Scope of this module

This module contains the detailed model for the foam conductivity simulation. It can be run as a top level application. However, it also contains the surrogate model, which can be embedded into other models.

Installation

First make sure you have all dependencies listed in Dependencies of Foam conductivity model. A step by step guide is provided in Foam aging simulation.The compilation of the model is done by CMake. You can do

cd src
cmake .
make

However, you can also use the build script in Foam aging simulation.

Input / Output

The details on input and output are provided in Foam aging simulation.

Run

Although you can start the executable directly, it is strongly advised that you use the workflow script in Foam aging simulation.