Skip to content

Commit 514d4b6

Browse files
committed
FEATool Multiphysics Version 1.11.1 Build 19.11.332
0 parents  commit 514d4b6

File tree

456 files changed

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

456 files changed

+109137
-0
lines changed

CHANGELOG.md

Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
1+
FEATool Multiphysics Changelog
2+
================================
3+
4+
5+
2019-10-14 version 1.11.1
6+
-------------------------
7+
8+
- Support for IGES and STEP CAD file import
9+
- Improved feature and boundary recognition for STL CAD file import
10+
- Geometry and grid export to web browser
11+
- Support for parsing space derivatives in time equation coefficients
12+
13+
14+
2019-08-01 version 1.11
15+
-----------------------
16+
17+
- Dedicated and improved treatment of internal/interior boundaries
18+
- Fluid-structure interaction physics mode and solver
19+
- MUMPS and iterative (GMRES and BiCGStab with ILU(k)) linear solvers
20+
- Support for Gmsh v3/4 GEO file format geometry import and export
21+
- New polyhedron, ellipsoid, cone, and torus geometry object primitives
22+
- Support for external BRL-CAD and OpenCASCADE (Gmsh) geometry engines
23+
- New examples and tutuorials for thermo-mechanical couplings,
24+
fluid-structure interaction, and non-Newtonian flow
25+
- Added P1/P2 bubble, Nedelec curl, and Raviart-Thomas vector
26+
finite element shape functions
27+
28+
29+
2019-04-15 version 1.10
30+
-----------------------
31+
32+
- Finite element GUI script (fes) file format and built-in tutorials
33+
- Support for edge constraints in 3D
34+
- Support multiple STL sections and files during STL CAD file import
35+
- Eigenvalue solver
36+
- Functionality to make geometry object copies
37+
- Deformation postprocessing plot option
38+
- Support for spaces in paths/filenames in external grid generator
39+
- Improved evaluation of expressions in grid points
40+
- GUI improvements
41+
42+
43+
2018-11-30 version 1.9
44+
----------------------
45+
46+
- New compressible Euler equations physics mode
47+
(inviscid compressible flows)
48+
- New swirl flow physics mode (axisymmetric non-zero
49+
azimuthal velocity)
50+
- OpenFOAM CFD solver integration improvements
51+
- Support for general expressions (non-constant)
52+
in initial and boundary conditions
53+
- Support axisymmetry and swirl flows
54+
- Support for inviscid compressible flows
55+
- Improved k-epsilon/omega turbulence model interface
56+
- Realtime convergence curves plots
57+
- NACA 4-series pre-defined wing geometry object
58+
- Potential flow velocity field initialization
59+
- Improved resolution of curved geometry boundaries
60+
- Improved parametrization and meshing of curved boundaries
61+
- Automatic shock capturing and stabilization for
62+
convection dominated flow regimes
63+
- Support for first order P1P1 discretization and
64+
stabilization of flow problems
65+
- Extended backwards compatibility to MATLAB 2009b
66+
- Click and point evaluation for 2D surface plots
67+
- Added built-in GUI tutorials and model examples
68+
69+
70+
2018-05-17 version 1.8
71+
----------------------
72+
73+
- GUI and CLI support for the external OpenFOAM CFD solver
74+
- New CSG BSP tree based geometry engine
75+
The new geometry engine is used by default but original
76+
engine may be enabled with a set_geomlib(1) function call
77+
- STL CAD geometry import and export support in 3D and 2D
78+
- Cleaned up and consistent grid generation interfaces
79+
(identical boundary and subdomain numbering)
80+
- Cached equation and expression parsing for faster evaluations
81+
- Revised nonlinear Newton assembly and solver framework
82+
with automatic numeric Jacobian assembly calculation
83+
84+
85+
2018-01-08 version 1.7.1
86+
------------------------
87+
88+
- Built-in support for the external mesh generators Gmsh and Triangle
89+
- Improved Gmsh grid import/export functionality with support for
90+
boundary information
91+
- Redesigned and simplified grid mode toolbar
92+
- GUI stability improvements and fixes
93+
- GUI geometry export in Gmsh geo and Triangle poly formats
94+
- gridextrude: support for extrusion of unstructured triangular
95+
simplex grids
96+
- Swirl flow and periodic model examples
97+
- Improved sparse matrix modification performance for Dirichlet
98+
boundary conditions and non-participating dependent variables
99+
- Social sharing of postprocessing images and results
100+
101+
102+
2017-08-10 version 1.7
103+
----------------------
104+
105+
- FEniCS solve mode integration
106+
- Plotly post mode integration
107+
- Import/export of Dolfin XML grid format
108+
- New physics modes:
109+
- Darcy's Law
110+
- Brinkman Equations
111+
- Electrostatics
112+
- Euler-Bernoulli Beam
113+
- Magnetostatics
114+
- Built-in support for axisymmetry
115+
- Solver support for active/inactive dependent variables
116+
in different subdomains and boundary couplings
117+
- Added function to reconstruct inner boundaries
118+
- Explicit construction of geometry object
119+
distance functions
120+
- Support for 2nd order derivatives
121+
and equation definitions
122+
- Parsing of groups of derivatives in parentheses
123+
- New models and examples
124+
- Support arbitrary order quadrature rules for
125+
all cell types and renamed cubrule* to quadrule*
126+
127+
128+
2017-01-23 version 1.6
129+
----------------------
130+
131+
- Support for external CFD solvers
132+
- 3D fluid flow model examples using external CFD solvers
133+
- Automatic quadrilateral grid generation in 2D
134+
- Uniform grid refinement in 3D
135+
- Projection to geometrical boundaries for uniform
136+
2D grid refinement and grid cell conversion
137+
- 3 new axisymmetric stress-strain model examples
138+
- New non-linear PDE models (in 1D and 2D ),
139+
and one new 2D Laplace equation test model
140+
- 3rd-5th order Lagrange shape functions
141+
- Cubic Hermite shape functions in 1D and 2D
142+
- Support for tetrahedral quadrature up to order 5
143+
144+
145+
2016-06-07 version 1.5
146+
----------------------
147+
148+
- Redesigned 3D geometry engine
149+
- Calculates geometry boundary faces and edges for
150+
more precision in 3D geometry and grid generation
151+
- 3D slice plot refactored and improved for new geometry engine
152+
- New conforming hex to tet grid conversion method (1 Hex -> 28 Tets)
153+
- GUI menu support for grid conversion and smoothing
154+
- Allow partial rings in ringgrid generation function
155+
- Generalized Navier-Stokes slip boundary conditions
156+
(supports curved and non-axis aligned boundaries)
157+
- Allow external function calls for coefficients
158+
- Progress waitbars for grid generation and solvers
159+
160+
161+
2016-01-28 version 1.4
162+
----------------------
163+
164+
- New physics mode features:
165+
- Heat transfer natural convection and radiation boundary conditions
166+
- Temperature stress-strain coupling in structural mechanics physics modes
167+
- Artificial and (anisotropic) streamline diffusion for stabilization
168+
of convection dominated high Re/Pe flows
169+
- Slip boundary condition option for the Navier-Stokes equations
170+
- Grid import and export in Feat(Flow), GiD, GMV (General Mesh
171+
Viewer), Gmsh, and Triangle formats
172+
- Define point sources and constraints
173+
- New postprocessing features:
174+
- Data export in GMV (General Mesh Viewer) format
175+
- Save and export plots to image files (jpeg, png, eps)
176+
- Surface height plot option in two dimensions
177+
- Max and min boundary and subdomain evaluation functions
178+
- GUI option to evaluate general expressions on points and lines
179+
- Set colorbar min and max limits
180+
- Postprocessing plots show a title describing the plot
181+
- New models and examples
182+
- Solver, core, and grid generation fixes and enhancements
183+
184+
185+
2015-08-30 version 1.3
186+
----------------------
187+
- Improved 2D geometry engine (especially boundary assignment
188+
and treatment of multiple geometry objects)
189+
- Fractional step-theta scheme and HRZ mass lumping for
190+
time dependent problems
191+
- Newton option for nonlinear stationary problems
192+
- Optimized unstructured grid generation with better treatment
193+
of multiple subdomains
194+
- Saving to m-script file
195+
- Postprocessing and visualization export to Plotly (web)
196+
- GUI option for model constants and expressions
197+
198+
199+
2015-03-03 version 1.2
200+
----------------------
201+
- Full 3D support
202+
- Implicit (distance/levelset function based) geometry modeling engine
203+
- Unstructured grid generation
204+
- Strong to weak equation formulation parser
205+
- Custom equation(s) physics mode
206+
- Extensibility, call to external grid, solver, and postprocessing supported
207+
- Optimized FEM assembly and transformation Jacobian calculation routines
208+
- Minor bug fixes
209+
210+
211+
2014-11-27 version 1.1
212+
----------------------
213+
- Minor bug fixes
214+
215+
216+
2014-05-17 version 1.0
217+
----------------------
218+
- Initial release
219+
220+
221+
2013-07-25 version 0.9
222+
----------------------
223+
- Preliminary version

FEATool Multiphysics.mlappinstall

20.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)