Community Profile

photo

Precise Simulation


Precise Simulation

Last seen: 約1ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

連絡

FEATool Multiphysics (https://www.featool.com) is a fully integrated Computer Aided Engineering (CAE), Finite Element Analysis (FEA), and Computational Fluid Dynamics (CFD) MATLAB Toolboxes for modeling and simulation of fully coupled systems of PDEs, physics and engineering applications with the finite element method (FEM). FEATool is completely self contained toolboxes featuring a full suite of functions and subroutines for preprocessing, grid generation, FEA assembly, solvers, postprocessing and visualization.

Programming Languages:
Python, C++, C, Javascript, MATLAB, HTML, Shell, Fortran
Spoken Languages:
English, Chinese, German, Japanese
Professional Interests:
Simulation, Aerospace, Aerodynamics, Computational Fluid Dynamics (CFD), Finite Element Analysis (FEA)

統計

All
  • 5-Star Galaxy Level 5
  • Knowledgeable Level 3
  • Revival Level 3
  • Personal Best Downloads Level 4
  • First Review
  • GitHub Submissions Level 3
  • First Submission
  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Backward Facing Step: Incompressible NS
There is an examle for flow over a backwards facing step using the FEATool Multiphysics toolbox https://www.featool.com/doc/Flu...

約1年 前 | 1

回答済み
How can I obtain an array of the xy coordinates for a curve in a picture?
When using FEATool version 1.15.1 and later your can import a bitmap image (jpeg, bmp, or png) and convert it to a two dimension...

1年以上 前 | 0

回答済み
How do I connect OpenFOAM to FEATool?
Unfortunately, OpenFOAM (or any) external solvers can not currently be detected or used with Docker. So for MacOS you would have...

2年以上 前 | 2

| 採用済み

回答済み
Integrating Simulink with OpenFOAM.
Although I currently don't have a direct example for this, it would technically be possible to do this using the FEATool Multiph...

約3年 前 | 0

回答済み
Problems invoking openfoam utilities throught system-dos-unix functions - Matlab2018b - Ubuntu 18.04
It seems your shell script when run from MATLAB does not find the OpenFOAM executables, in this case the most likely issue is th...

約3年 前 | 0

回答済み
Can I use Matlab/Simulink to replace our current CFD?
As developer of the CFDTool and FEATool Multiphysics MATLAB toolboxes which fully integrate the OpenFOAM and SU2 CFD solvers I w...

約3年 前 | 2

回答済み
Couette Flow Between two Cylinders
Here is a CFD tutorial that might help on how to set up and solve Taylor Couette flow with the CFDTool or FEATool MATLAB toolbox...

約3年 前 | 1

回答済み
3D Computational Fluid Dynamics in mallab is why so tough?
If you are not restricted to using the PDE toolbox you could possibly use either the CFDTool or FEATool Multiphysics GUI toolbox...

約3年 前 | 2

回答済み
PDE Simulation of Convection
Although the PDE does not feature pre-defined equations for fluid flow (Navier-Stokes equations), you should be able to define t...

3年以上 前 | 1

回答済み
Can you help me? Does anyone have a FEM code for Singular perturbation problems in 1D?
Although the PDE Toolbox only currently supports 2D and 3D geometries, you should be able to "simulate" a 1D geometry by using a...

4年弱 前 | 1

| 採用済み

回答済み
FEA Multiphysics - Time dependent parameters
If you refer to the "FEATool Multiphysics" toolbox, then yes, you can simply use the variable name t for time in your boundary e...

4年弱 前 | 1

| 採用済み

回答済み
Graphical Representation of Shape Functions for a Canonical Quadrilateral Element
Check/compare with a reference implementation for the quadrilateral Q1 FEM shape function. 1. The local coordinates should go f...

4年弱 前 | 1

| 採用済み

回答済み
mldivide take too much time
You can also try the MUMPS linear solver which is also is up to 30-50% faster than mldivide (Umfpack) in serial mode (and also s...

4年弱 前 | 0

回答済み
Available tools for fluid flow through conical channel
The Mathworks own PDE toolbox should be able to handle 2D incompressible laminar flow, or you can also use the more advanced CFD...

約4年 前 | 2

回答済み
How to prevent Matlab from immediately running after using system function to call an .sh script?
Not perfect but for the FEATool Multiphysics toolbox a lot of exernal system calls are used, for example for grid and mesh gener...

約4年 前 | 0

回答済み
What products I got to add to Matlab for work on fluids dynamisc?
Besides the PDE Toolbox, the FEATool Multiphysics and CFDTool MATLAB toolboxes both allow for computational fluid dynamics (CFD)...

4年以上 前 | 1

回答済み
Any packages for fluid simulation?!
For future reference, the linked tutorial below https://www.featool.com/model-showcase/04_fluid_dynamics_09_swirl_flow1 sh...

5年弱 前 | 0

回答済み
Combine structural and thermal analysis in FEA-Tool
Dear ML, Depending on your problem, you might find the linked example of MATLAB FEA simulation of coupled thermo-mechanical def...

5年弱 前 | 0

回答済み
How to import result data from OpenFOAM to matlab?
Dear Mahendra, If this is still relevant, you can both run OpenFOAM CFD simulations directly in MATLAB and import/export Foam a...

5年弱 前 | 2

回答済み
Calculation of resonant frequencies in empty bottle through FEA
If you can export your geometry as STL CAD file, or alternatively create a Gmsh finite element mesh (from STEP, STL, or IGES for...

5年弱 前 | 0

回答済み
Fluid flow & heat transfer using PDE toolbox
Coupled axisymmetric Matlab CFD and heat transfer problems can relatively easily be set up and solved with the FEATool Multiphys...

約5年 前 | 2

回答済み
How can we save transient CFD results in a file during running the code?
It is hard to say what the best approch is without knowing anything about your code, but assuming you have access to the data wh...

約5年 前 | 0

回答済み
What tools and workflows are available for solving differential equations in MATLAB 8.0 (R2012b)?
For reference and add an update to the last point, hyperbolic and general PDE type problems can now be solved with the FEATool M...

約5年 前 | 0

回答済み
How to set and use parfor loop calling ANSYS to do finite element analysis ?
Maybe not exactly what you are looking for, but you can use xargs (on linux) to perform system calls in parallel. The linked exa...

5年以上 前 | 0

回答済み
How to import variables from my script to a FEATool.
It is not quite clear what exactly you are trying to do. If you have an external Matlab m-script or function, you can use it as ...

6年弱 前 | 2

回答済み
System of PDEs which is tricky for PDEPE
Systems of PDEs might also be easier to solve with the FEATool FEM Toolbox which features a GUI and easy syntax for defining cus...

6年弱 前 | 0

回答済み
Accelerating PDE-Solving with Parallel Computing Toolbox
If you are thinking about doing parametric studies (multiple simulation runs with different parameters or geometry/mesh variatio...

6年弱 前 | 1

回答済み
Combining 3D geometries pde toolbox
The current version of PDE Toolbox does not support built-in 3D geometry and CAD tools, you would have to use an external CAD pr...

6年弱 前 | 0

回答済み
How do i write the code for navierstokes equation in matlab/comsol?
The incompressible Navier-Stokes equations is also available as a built-in <http://www.featool.com/doc/physics.html#phys_ns pre-...

6年弱 前 | 1

回答済み
How to extract slice of 3D PDE solution into a matrix? Works with slice to plot, but want the actual date
The slice is a graphics handle object which you can extract the data from, for example (use _get(h)_ to see what data is availab...

6年以上 前 | 0

さらに読み込む