Skip to content

Commit 3259b6c

Browse files
committed
FEATool Multiphysics Version 1.13 Build 20.12.350
0 parents  commit 3259b6c

482 files changed

Lines changed: 94640 additions & 0 deletions

File tree

Some content is hidden

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

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

FEATool Multiphysics.mlappinstall

78.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)