Skip to content

Commit fc8b627

Browse files
committed
FEATool Multiphysics Version 1.14.0 Build 21.04.109
0 parents  commit fc8b627

File tree

489 files changed

+95235
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

489 files changed

+95235
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.html linguist-detectable=false
2+
*.js linguist-detectable=false
3+
*.md linguist-detectable=false
4+
*.xml linguist-detectable=false

CHANGELOG.md

Lines changed: 338 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,338 @@
1+
FEATool Multiphysics Changelog
2+
================================
3+
4+
5+
2021-04-19 version 1.14
6+
-----------------------
7+
8+
- Release license menu option to move license to a new computer system
9+
- Raw STL import and Gmsh meshing option for difficult STL geometries
10+
- Solver restart options using partial solution vectors
11+
- Coupled OpenFOAM and FEATool Multiphysics multi-solver simulation model
12+
- Improved and optimized treatment of slip boundary conditions
13+
14+
15+
2021-03-13 version 1.13.3
16+
-------------------------
17+
18+
- Updated OpenFOAM and SU2 interfaces to support parallel computations
19+
- Added OpenFOAM binary GUI option to support user defined FOAM solvers
20+
- Added support for ESI-OpenCFD native Windows OpenFOAM distribution
21+
22+
23+
2021-03-10 version 1.13.2
24+
-------------------------
25+
26+
- Updated FEniCS interface with full support for parallel computations
27+
- Change to binary hdf5 format for FEniCS mesh and solution data
28+
- New impexp_hdf5 and fenics_import utility functions
29+
- Added point/edge/integral source and constraint buttons
30+
to the subdomain/boundary modes toolbars
31+
32+
33+
2021-02-17 version 1.13.1
34+
-------------------------
35+
36+
- Fixes for mesh generation of point objects
37+
- Updated OpenCASCADE geometry kernel to v7.5.1
38+
- Updated SU2 Code CFD solver to v7.1.0
39+
- Select UMFPACK instead of MUMPS as default linear solver
40+
for MATLAB 2020a and later due to Mex file incompatibilities
41+
42+
43+
2020-10-20 version 1.13
44+
-----------------------
45+
46+
- New 3D CAD geometry modeling functionality
47+
- Chamfer (bevel edges)
48+
- Fillet (round edges)
49+
- Extrude/Revolve faces to solids
50+
- Loft faces
51+
- Split objects by cutline/cutplane
52+
- Sketching in 2D Workplanes
53+
- Support for user defined solver monitor functions
54+
- View, edit, and modify OpenFOAM case and dictionary files
55+
56+
57+
2020-07-01 version 1.12.4
58+
-------------------------
59+
60+
- Improved GEOMTool geometry engine with planar 2D support,
61+
faster and more robust geometry decomposition/analysis
62+
- Added chamfer and fillet geometry operations
63+
- Added split geometry object by cutplane/cutline
64+
- Algrebraic Multigrid (AMG) linear solver option
65+
66+
67+
2020-05-29 version 1.12.3
68+
-------------------------
69+
70+
- Support for boundary and subdomain integral constraints
71+
- Generalized slice plot postprocessing option
72+
- Gradient reconstruction for evaluation of first order derivatives
73+
- Animation of multiple time steps/solutions postprocessing option
74+
- Streamline plot option
75+
- Updated postprocessing dialog box GUI
76+
- Improved OpenFOAM and SU2 discretization scheme options
77+
78+
79+
2020-04-22 version 1.12.2
80+
-------------------------
81+
82+
- Support for multiple imported CAD geometries
83+
- Improved Gmsh import
84+
- OpenFOAM and SU2 support for pressure inlet boundary conditions
85+
- Added arrow plot scaling option
86+
- Added solver settings GUI option for numerical integration order
87+
88+
89+
2020-04-09 version 1.12.1
90+
-------------------------
91+
92+
- Full support for FEniCS external solver
93+
- Supports conversion of most FEATool models
94+
to FEniCS Python simulation scripts
95+
- Time dependent and nonstationary problems
96+
- Nonlinear and discontinuous coefficients
97+
- Improved postprocessing and visualization
98+
- Faster and more efficient 3D graphics
99+
- GUI support for more colors and colormaps,
100+
titles, and plot configurations
101+
- GUI functionality to view partial grids
102+
- Faster GUI command/terminal output speed
103+
- Improved and more accurate Robin boundary condition treatment
104+
- Faster expression evaluation via nodal interpolation
105+
- New electrostatics micro strip capacitance tutorial
106+
107+
108+
2020-02-23 version 1.12
109+
-----------------------
110+
111+
- New SU2 CFD solver with built-in GUI and CLI interfaces
112+
- Built-in algebraic turbulence model for Navier-Stokes physics mode
113+
- Support for several OpenFOAM turbulence model variants
114+
(Spalart-Allmaras, k-epsilon (RNG and realizable), and k-omega (SST))
115+
- New BREP based 3D CAD engine with support for BREP, IGES, OBJ,
116+
STEP, and STL CAD format import, export, and conversion
117+
- Support for 2D boundary layers in Gmsh
118+
119+
120+
2019-10-14 version 1.11.1
121+
-------------------------
122+
123+
- Support for IGES and STEP CAD file import
124+
- Improved feature and boundary recognition for STL CAD file import
125+
- Geometry and grid export to web browser
126+
- Support for parsing space derivatives in time equation coefficients
127+
128+
129+
2019-08-01 version 1.11
130+
-----------------------
131+
132+
- Dedicated and improved treatment of internal/interior boundaries
133+
- Fluid-structure interaction physics mode and solver
134+
- MUMPS and iterative (GMRES and BiCGStab with ILU(k)) linear solvers
135+
- Support for Gmsh v3/4 GEO file format geometry import and export
136+
- New polyhedron, ellipsoid, cone, and torus geometry object primitives
137+
- Support for external BRL-CAD and OpenCASCADE (Gmsh) geometry engines
138+
- New examples and tutuorials for thermo-mechanical couplings,
139+
fluid-structure interaction, and non-Newtonian flow
140+
- Added P1/P2 bubble, Nedelec curl, and Raviart-Thomas vector
141+
finite element shape functions
142+
143+
144+
2019-04-15 version 1.10
145+
-----------------------
146+
147+
- Finite element GUI script (fes) file format and built-in tutorials
148+
- Support for edge constraints in 3D
149+
- Support multiple STL sections and files during STL CAD file import
150+
- Eigenvalue solver
151+
- Functionality to make geometry object copies
152+
- Deformation postprocessing plot option
153+
- Support for spaces in paths/filenames in external grid generator
154+
- Improved evaluation of expressions in grid points
155+
- GUI improvements
156+
157+
158+
2018-11-30 version 1.9
159+
----------------------
160+
161+
- New compressible Euler equations physics mode
162+
(inviscid compressible flows)
163+
- New swirl flow physics mode (axisymmetric non-zero
164+
azimuthal velocity)
165+
- OpenFOAM CFD solver integration improvements
166+
- Support for general expressions (non-constant)
167+
in initial and boundary conditions
168+
- Support axisymmetry and swirl flows
169+
- Support for inviscid compressible flows
170+
- Improved k-epsilon/omega turbulence model interface
171+
- Realtime convergence curves plots
172+
- NACA 4-series pre-defined wing geometry object
173+
- Potential flow velocity field initialization
174+
- Improved resolution of curved geometry boundaries
175+
- Improved parametrization and meshing of curved boundaries
176+
- Automatic shock capturing and stabilization for
177+
convection dominated flow regimes
178+
- Support for first order P1P1 discretization and
179+
stabilization of flow problems
180+
- Extended backwards compatibility to MATLAB 2009b
181+
- Click and point evaluation for 2D surface plots
182+
- Added built-in GUI tutorials and model examples
183+
184+
185+
2018-05-17 version 1.8
186+
----------------------
187+
188+
- GUI and CLI support for the external OpenFOAM CFD solver
189+
- New CSG BSP tree based geometry engine
190+
The new geometry engine is used by default but original
191+
engine may be enabled with a set_geomlib(1) function call
192+
- STL CAD geometry import and export support in 3D and 2D
193+
- Cleaned up and consistent grid generation interfaces
194+
(identical boundary and subdomain numbering)
195+
- Cached equation and expression parsing for faster evaluations
196+
- Revised nonlinear Newton assembly and solver framework
197+
with automatic numeric Jacobian assembly calculation
198+
199+
200+
2018-01-08 version 1.7.1
201+
------------------------
202+
203+
- Built-in support for the external mesh generators Gmsh and Triangle
204+
- Improved Gmsh grid import/export functionality with support for
205+
boundary information
206+
- Redesigned and simplified grid mode toolbar
207+
- GUI stability improvements and fixes
208+
- GUI geometry export in Gmsh geo and Triangle poly formats
209+
- gridextrude: support for extrusion of unstructured triangular
210+
simplex grids
211+
- Swirl flow and periodic model examples
212+
- Improved sparse matrix modification performance for Dirichlet
213+
boundary conditions and non-participating dependent variables
214+
- Social sharing of postprocessing images and results
215+
216+
217+
2017-08-10 version 1.7
218+
----------------------
219+
220+
- FEniCS solve mode integration
221+
- Plotly post mode integration
222+
- Import/export of Dolfin XML grid format
223+
- New physics modes:
224+
- Darcy's Law
225+
- Brinkman Equations
226+
- Electrostatics
227+
- Euler-Bernoulli Beam
228+
- Magnetostatics
229+
- Built-in support for axisymmetry
230+
- Solver support for active/inactive dependent variables
231+
in different subdomains and boundary couplings
232+
- Added function to reconstruct inner boundaries
233+
- Explicit construction of geometry object
234+
distance functions
235+
- Support for 2nd order derivatives
236+
and equation definitions
237+
- Parsing of groups of derivatives in parentheses
238+
- New models and examples
239+
- Support arbitrary order quadrature rules for
240+
all cell types and renamed cubrule* to quadrule*
241+
242+
243+
2017-01-23 version 1.6
244+
----------------------
245+
246+
- Support for external CFD solvers
247+
- 3D fluid flow model examples using external CFD solvers
248+
- Automatic quadrilateral grid generation in 2D
249+
- Uniform grid refinement in 3D
250+
- Projection to geometrical boundaries for uniform
251+
2D grid refinement and grid cell conversion
252+
- 3 new axisymmetric stress-strain model examples
253+
- New non-linear PDE models (in 1D and 2D ),
254+
and one new 2D Laplace equation test model
255+
- 3rd-5th order Lagrange shape functions
256+
- Cubic Hermite shape functions in 1D and 2D
257+
- Support for tetrahedral quadrature up to order 5
258+
259+
260+
2016-06-07 version 1.5
261+
----------------------
262+
263+
- Redesigned 3D geometry engine
264+
- Calculates geometry boundary faces and edges for
265+
more precision in 3D geometry and grid generation
266+
- 3D slice plot refactored and improved for new geometry engine
267+
- New conforming hex to tet grid conversion method (1 Hex -> 28 Tets)
268+
- GUI menu support for grid conversion and smoothing
269+
- Allow partial rings in ringgrid generation function
270+
- Generalized Navier-Stokes slip boundary conditions
271+
(supports curved and non-axis aligned boundaries)
272+
- Allow external function calls for coefficients
273+
- Progress waitbars for grid generation and solvers
274+
275+
276+
2016-01-28 version 1.4
277+
----------------------
278+
279+
- New physics mode features:
280+
- Heat transfer natural convection and radiation boundary conditions
281+
- Temperature stress-strain coupling in structural mechanics physics modes
282+
- Artificial and (anisotropic) streamline diffusion for stabilization
283+
of convection dominated high Re/Pe flows
284+
- Slip boundary condition option for the Navier-Stokes equations
285+
- Grid import and export in Feat(Flow), GiD, GMV (General Mesh
286+
Viewer), Gmsh, and Triangle formats
287+
- Define point sources and constraints
288+
- New postprocessing features:
289+
- Data export in GMV (General Mesh Viewer) format
290+
- Save and export plots to image files (jpeg, png, eps)
291+
- Surface height plot option in two dimensions
292+
- Max and min boundary and subdomain evaluation functions
293+
- GUI option to evaluate general expressions on points and lines
294+
- Set colorbar min and max limits
295+
- Postprocessing plots show a title describing the plot
296+
- New models and examples
297+
- Solver, core, and grid generation fixes and enhancements
298+
299+
300+
2015-08-30 version 1.3
301+
----------------------
302+
- Improved 2D geometry engine (especially boundary assignment
303+
and treatment of multiple geometry objects)
304+
- Fractional step-theta scheme and HRZ mass lumping for
305+
time dependent problems
306+
- Newton option for nonlinear stationary problems
307+
- Optimized unstructured grid generation with better treatment
308+
of multiple subdomains
309+
- Saving to m-script file
310+
- Postprocessing and visualization export to Plotly (web)
311+
- GUI option for model constants and expressions
312+
313+
314+
2015-03-03 version 1.2
315+
----------------------
316+
- Full 3D support
317+
- Implicit (distance/levelset function based) geometry modeling engine
318+
- Unstructured grid generation
319+
- Strong to weak equation formulation parser
320+
- Custom equation(s) physics mode
321+
- Extensibility, call to external grid, solver, and postprocessing supported
322+
- Optimized FEM assembly and transformation Jacobian calculation routines
323+
- Minor bug fixes
324+
325+
326+
2014-11-27 version 1.1
327+
----------------------
328+
- Minor bug fixes
329+
330+
331+
2014-05-17 version 1.0
332+
----------------------
333+
- Initial release
334+
335+
336+
2013-07-25 version 0.9
337+
----------------------
338+
- Preliminary version

FEATool Multiphysics.mlappinstall

82.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)