MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
Bubble growth MoDeNa Module

Integrates Bubble growth model into the MoDeNa software framework. More...

Modules

 Fortran Source Code
 Source Code Documentation.
 

Namespaces

 bubbleGrowth
 MoDeNa Module definition of the Bubble growth model.
 
 bubbleGrowth.bubbleGrowth
 Backward mapping Firetask for Bubble growth model.
 

Detailed Description

Integrates Bubble growth model into the MoDeNa software framework.

README

Bubble growth

Scope of this module

This module contains the detailed model for the bubble growth simulation. A little bit unusually, the surrogate model is created by the initBubbleGrowth script in Foam expansion. The description of the model is provided in [1].

Installation

First make sure you have all dependencies listed in Dependencies of Bubble growth model. A step by step guide is provided in Foam expansion.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 expansion.

Input / Output

The details on input and output are provided in Foam expansion.

Run

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