Skip to content

Repository files navigation

IFEM Heat-Mass transfer

Introduction

This module contains the heat-mass transfer library and applications built using the IFEM library. It is currently tailored to simulating cooking of beef, but the fundamental equations can be of more general use.

Getting all dependencies

  1. Install IFEM from https://github.com/OPM/IFEM

Getting the code

This is done by first navigating to a folder <App root> in which you want the application and typing

git clone https://github.com/akva2/IFEM-HM

Compiling the code

To compile, first navigate to the root catalogue <App root>.

  1. cd IFEM-HM
  2. mkdir Debug
  3. cd Debug
  4. cmake -DCMAKE_BUILD_TYPE=Debug ..
  5. make

This will compile the library and applications. The executables can be found in the 'bin' sub-folder. Change all instances of Debug with Release to drop debug-symbols, and get a faster running code.

Testing the code

IFEM uses the cmake test system. To compile and run all regression- and unit-tests, navigate to your build folder (i.e. <App root>/IFEM-HM/Debug) and type

make check

About

IFEM Heat-Mass transfer application

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages