Skip to content

Commit f74517e

Browse files
committed
FEATool Multiphysics Version 1.13.3 Build 21.03.072
0 parents  commit f74517e

File tree

484 files changed

+94887
-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.

484 files changed

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

FEATool Multiphysics.mlappinstall

82.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)