# featool-multiphysics
**Repository Path**: jixiangshui/featool-multiphysics
## Basic Information
- **Project Name**: featool-multiphysics
- **Description**: FEATool Multiphysics - Physics Simulation Made Easy
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2020-01-16
- **Last Updated**: 2023-03-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
FEATool Multiphysics™ - _Physics Simulation Made Easy_
======================================================

About
-----
**FEATool Multiphysics™** (short for Finite Element Analysis Toolbox),
is a toolbox for modeling and simulation of coupled physical
phenomena, [partial differential equations](https://en.wikipedia.org/wiki/Partial_differential_equation)
(PDE), continuum mechanics and engineering problems with the
[finite element method](https://en.wikipedia.org/wiki/Finite_element_method)
(FEM).
_FEATool_ aims to provide an easy to use and comprehensive all-in-one
integrated simulation package for all types of finite element and
multiphysics analyses, and combine the best of ease of use, powerful
functionality, and extensibility for both beginners and advanced
users. Features such as an intuitive and easy to learn graphical user
interface (GUI), a complete library of grid generation, and
postprocessing functions, as well as command line interface (CLI)
programming, and interactive and interpreted programming and scripting
capabilities, makes _FEATool_ suitable for everyone from students
learning mathematical modeling, to professionals and engineers wishing
to explore new ideas in a simple, fast, and convenient way.
Key Features
------------
- Easy to use Graphical User Interface (GUI)
- Fully integrated and built-in pre-processing, CAD tools, automatic
mesh generation, solvers, post-processing, and visualization
functionality
- Pre-defined physics modes and equations for heat and mass transfer,
fluid dynamics, structural mechanics, electromagnetics, and
classical PDE
- Support for custom user-defined equations and PDEs
- Built-in expression parser (enter equations and coefficients _just
as writing on paper_ without any programming)
- Easy to define fully coupled multiphysics problems
- One-click interfaces for the OpenFOAM®, FEniCS, and Firedrake
external solvers
- Save and export models in binary file format or editable script
files (every GUI operation is recorded to a corresponding MATLAB
function call)
- Fully scriptable and programmable with the MATLAB scripting language
(including support for integration and embedding in custom
applications and toolboxes)
System Requirements
-------------------
The _FEATool Multiphysics_ Toolbox can either be used stand-alone as a
fully integrated simulation GUI, or together with MATLAB enabling
command line (CLI) use and scripting. In order to use the _FEATool
Multiphysics_ toolbox, the program files must first be installed on the
intended computer system. Please follow the procedure below for the
corresponding stand-alone or MATLAB toolbox installation modes. Note
that it is recommended to first uninstall older versions of _FEATool_
before updating to a newer version.
Stand-alone Toolbox
-------------------
FEATool Multiphysics has been compiled to run in stand-alone mode
together with the freely available MCR runtime (does not require
MATLAB). Stand-alone mode is supported for 64-bit Windows systems (and
virtual machines VMs) with 4 GB or more RAM memory.
To install, download the installer from link below and run it. The
installer will automatically download and install the correct MCR
runtime engine (>=1 GB file size) and then install the FEATool
executable. Click on the FEATool icon after the installation has been
completed to start the toolbox.
[](https://sourceforge.net/projects/multiphysics/files/1.11.1/FEATool_Multiphysics_webinstaller.exe/download)
Please note that as the MCR runtime is quite slow to start, the
_FEATool_ GUI may take some minutes to show up after the initial
splash screen has disappeared.
MATLAB Toolbox
--------------
If you have MATLAB, the _FEATool_ toolbox can also be installed directly
from the MATLAB APPS and Add-On Toolbar, the MathWorks File Exchange,
or downloaded directly from the link below.
_FEATool Multiphysics_ has been verified work with 64-bit Windows, Mac
OSX, and Linux operating systems running MATLAB versions 7.9 (R2009b)
and later. Furthermore, a system with 4 GB or more RAM memory is
recommended.
### Installation with MATLAB
- For MATLAB 2012b and later double click on the **[FEATool Multiphysics.mlappinstall](https://github.com/precise-simulation/featool-multiphysics/blob/master/FEATool%20Multiphysics.mlappinstall?raw=true)**
file, or use the _Get More Apps_ button in the MATLAB _APPS_
toolbar. Once the app has been installed, a corresponding icon will
be available in the toolbar to start _FEATool_. (Note that MATLAB
may not show or give any indication of the app installation progress
or completion.)
- For MATLAB 2009b-2012a, use the _addpath_ command to add the
extracted _featool_ program directory to the MATLAB search paths, so
that the program files can be found by the interpreter (for example
`addpath C:\featool`). Then simply enter the command `featool` at
the MATLAB command prompt to start the toolbox GUI and application.
Please note, that using spaces in user and installation directory
paths is not recommended as it can potentially cause issues with
interfaces to external tools, such as geometry engines, grid
generation, and external solvers. Moreover, as all functions are
initially loaded into memory, _FEATool_ may take some time to load and
show the GUI on initial startup.
Tutorials and Examples
----------------------
Pre-defined automated modeling tutorials and examples for various
multi-physics applications can be selected and run from the **File** >
**Model Examples and Tutorials** menu option. Example m-script files
and simulation models are also available in the _examples folder_ of
the _FEATool_ program directory. Moreover, more tutorials and articles
are published on the
[FEATool Technical Articles Blog](https://www.featool.com/articles).
Documentation
-------------
The full
[FEATool Multiphysics Documentation Suite](https://www.featool.com/doc)
is available online and from selecting the corresponding option under
the _Help_ menu in the _FEATool_ GUI.
Basic Use
---------
_FEATool_ and its GUI has been specifically designed to be as easy to
use as possible, and making learning multiphysics simulation by
experimentation possible.
The standard modeling process is divided into six different steps or modes
- **Geometry** - Definition of the geometry to be modeled
- **Grid** - Subdivision of the geometry into smaller cells suitable
for computation
- **Equation** - Specification of material parameters and coefficients
- **Boundary** - Boundary conditions specify how the model interacts
with the surrounding environment (outside the geometry)
- **Solve** - Solution and simulation of the defined model problem
- **Post** - Visualization and postprocessing of simulation results
These modes can be accessed by clicking on the corresponding buttons
in left hand side _Mode_ toolbar. The different modes may have
specialized and different _Tools_ available in the corresponding
toolbar. Advanced mode options may also be available in the
corresponding menus.
Basic usage and how to set up and model laminar flow past a cylinder
is explained in the linked video tutorial (click on the image to view
the tutorial).