MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
Rheology

Integrates the Rheology model into the MoDeNa software framework. More...

Modules

 Example Workflow
 Example of Workflow Employting the Rheology Surrogate Model.
 
 Source Code
 Tfem.
 

Namespaces

 Rheology.Rheology
 Backward mapping FireTask for rheology model.
 

Detailed Description

Integrates the Rheology model into the MoDeNa software framework.

Precondition
Note
Warning

README

How to run?

## Make sure PYTHONPATH and LD_LIBRARY_PATH are set

export PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-}:${HOME}/lib/pkgconfig:/usr/local/lib/pkgconfig
export PYTHONPATH=${PYTHONPATH:-}:${HOME}/lib/python2.7/site-packages:/home/christos/Work/tfem_projects/modena/fork/MoDeNa/applications/PUfoam/Models/
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:-}:${HOME}/lib/python2.7/site-packages:${HOME}/lib/modena:/usr/local/lib
## Compile project specific sources (only locally)

cd src
cmake .
make
cd autoSrc
cmake .
make
## Initialise the model in the database

./initModels_rh

Loads surrogate model and its parameters to database. There is only one initial implementation yet, detailed models will be uploaded later.

## Start the workflow

./workflow

Run again to see that no fitting is done on the second start

./workflow