Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

23 lines (21 loc) · 1.34 KB

EMPIRE-Core

Enhanced MultiPhysics Interface Research Engine software developed in Chair of Structural Analysis at TUM

This repository contains the developments related to the following research:

  • Emiroglu, A. (2019). Multiphysics Simulation and CAD Integrated Shape Optimization in Fluid-Structure Interaction. (Doctoral dissertation, Technische Universität München)
  • Apostolatos, A. (2019). Isogeometric Analysis of Thin-Walled Structures on Multipatch Surfaces in Fluid-Structure Interaction. (Doctoral dissertation, Technische Universität München)
  • Wang, T. (2016). Development of Co-Simulation Environment and Mapping Algorithms. (Doctoral dissertation, Technische Universität München)
  • Sicklinger, S. (2014). Stabilized Co-Simulation of Coupled Problems Including Fields and Signals. (Doctoral dissertation, Technische Universität München)

Building

export CC=icc
export CXX=icpc
cd build
cmake ..

Following make targets are available:

make          # compilation and linking)
make clean    # remove object files and executable including all folders)
make doc      # generates documentation) html main file is  /EMPEROR/doc/html/index.html
make cleandoc # removes documentation)