Skip to content

Enhanced MultiPhysics Interface Research Engine

License

Notifications You must be signed in to change notification settings

emiroglu/EMPIRE-Core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Enhanced MultiPhysics Interface Research Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • C 1.3%
  • CMake 1.1%
  • Other 0.6%