Skip to content

Commit 97a013f

Browse files
committed
CFDTool
0 parents  commit 97a013f

Some content is hidden

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

41 files changed

+4855
-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: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
CFDTool Changelog
2+
===================
3+
4+
5+
2024-03-15 version 1.9.5
6+
------------------------
7+
8+
- Support CSG formulas for robust (STL/OBJ) meshes
9+
- New supersonic flow passed a wedge tutorial
10+
- Change supersonic flow over bump tutorial to 3D
11+
- Support HOME/Documents/MATLAB/.cfdtool/cfdtool.ini configuration
12+
+ performance mex and mumps solver disabled by default
13+
- Fix bug in geometry object rotation
14+
- Minor fixes
15+
16+
17+
2023-11-30 version 1.9.4
18+
------------------------
19+
20+
- Fix Excel (xlsx) data export
21+
- Add Data Export dialog box
22+
+ Support custom data export expressions
23+
+ Support custom data export coordinates
24+
- Improved app startup and shutdown time
25+
26+
27+
2023-09-10 version 1.9.3
28+
------------------------
29+
30+
- Add equation mode menu option to remove physics modes
31+
- Updated OpenCASCADE geometry kernel to v7.7.2
32+
- Fix 2D STEP/IGES geometry import
33+
- Fix plot 3D block/hexahedal grid
34+
- Fix for Matlab 2023b
35+
36+
37+
2023-03-12 version 1.9.2
38+
------------------------
39+
40+
- Show axes coordinate system orientation for 3D views
41+
- Update MUMPS linear solver
42+
+ Support all MATLAB versions (Windows and Linux)
43+
+ Support for Intel MKL BLAS, OpenMP, and >2GB large arrays
44+
- Updated SU2 Code CFD solver to v7.5.0
45+
- Add functionality to show geometry object information
46+
47+
48+
2022-10-20 version 1.9.1
49+
------------------------
50+
51+
- Updated m-file export output to support the MATLAB "publish" command
52+
- New "Create Model Report" menu option to Generate model reports in
53+
Html, PDF, Microsoft Word/PDF, Latex, and XML formats
54+
- Updated OpenCASCADE geometry kernel to v7.6.3
55+
- Updated SU2 Code CFD solver to v7.4.0
56+
57+
58+
2022-08-29 version 1.9
59+
-----------------------
60+
61+
- Performance improvements for built-in multiphysics solver
62+
- Improved 3D geometry rendering performance
63+
- New 3D geometry defeaturing functionality
64+
- Support for edge/vertex selection for chamfer/fillet operations
65+
- Support for PDF image and Excel data export
66+
- Improved save/load model file performance
67+
68+
69+
2022-06-06 version 1.8.5
70+
------------------------
71+
72+
- Fix for STEP geometry import with >= 2 objects
73+
- Improved and faster expression evaluation in assembly
74+
75+
76+
2022-05-09 version 1.8.4
77+
-------------------------
78+
79+
- Added 2D geometry tool for Bezier and spline curves
80+
- Updated OpenCASCADE geometry kernel to v7.6.2
81+
- Support for binary brep (.bin) geometry format
82+
- Updated SU2 Code CFD solver to v7.3.1
83+
- Added k-Omega wall function support for SU2 solver
84+
85+
86+
2021-12-01 version 1.8.1
87+
-------------------------
88+
- Geometry import option from bitmap image (bmp, jpeg, png)
89+
- Support for structured meshing of geometry primitives
90+
- Updated plotly library to version 2.6.2
91+
- Updated ParaView Glance library to version 4.17.1,
92+
and added support for slice and isosurface plot options
93+
- Linux support for HiDPI screens
94+
- Mouse controls for 3D zoom, pan, and rotate
95+
96+
97+
2021-11-01 version 1.8
98+
----------------------
99+
100+
- Improved graphics performance for 3D plots
101+
- Changed 3D plots to fill the whole viewport with
102+
CAD style orbit, pan, and zoom controls
103+
- Added flip/reverse view option by double clicking
104+
on the 3D xy, xz, and yz quickview buttons
105+
106+
107+
2021-08-30 version 1.7.3
108+
------------------------
109+
110+
- Added view boundaries/subdomains menu option
111+
(for specifying mesh sizes on individual geometric entities)
112+
- Various performance improvements
113+
114+
115+
2021-05-24 version 1.7.1
116+
------------------------
117+
118+
- Preliminary support for built-in and robust 3D mesh generators
119+
- GUI menu option to manually renumber/reassign 3D boundaries
120+
- Heated pipe with cooling fins validation tutorial
121+
122+
123+
2020-04-19 version 1.7
124+
----------------------
125+
126+
- Minor update to sync with FEATool v1.14
127+
128+
129+
2020-03-26 version 1.6
130+
----------------------
131+
132+
- Updated OpenFOAM and SU2 interfaces to support parallel computations
133+
- Added OpenFOAM binary GUI option to support user defined FOAM solvers
134+
- Added support for ESI-OpenCFD native Windows OpenFOAM distribution
135+
136+
137+
2020-11-01 version 1.5
138+
----------------------
139+
140+
- Support 3D geometry and CAD modeling
141+
- SU2 external CFD solver integration
142+
143+
144+
2019-09-01 version 1.4
145+
----------------------
146+
147+
- Support for .fes script file format
148+
- Added built in CFD tutorials
149+
150+
151+
2018-11-20 version 1.3
152+
----------------------
153+
154+
- Support for supersonic and inviscid compressible flows
155+
(compressible Euler equations)
156+
- OpenFOAM support for inviscid compressible flows
157+
- Monitoring of OpenFOAM convergence curves
158+
- NACA 4-series pre-defined wing geometry object
159+
160+
161+
2018-10-22 version 1.2
162+
----------------------
163+
164+
- OpenFOAM external CFD solver integration
165+
- Support for k-epsilon/omega turbulence models (with OpenFOAM)
166+
- Potential flow velocity field initialization
167+
- Improved resolution of curved geometry boundaries
168+
169+
170+
2018-09-24 version 1.1
171+
----------------------
172+
173+
- Support for 2D Axisymmetry/Cylindrical coordinates
174+
and flows with swirl (non-zero azimuthal velocity)
175+
- Support for heat transfer modeling in 1D
176+
- Support for importing 2D planar STL CAD geometry files
177+
- Built-in interface to the external mesh generator
178+
Gridgen2D with support for meshing boundary layers
179+
- Support for importing Gmsh, GiD, Triangle, and FEniCS
180+
grid and mesh formats
181+
- Improved parametrization and meshing of curved boundaries
182+
- Added automatic shock capturing and stabilization for
183+
convection dominated flow regimes
184+
- Improved and more efficient flow discretization
185+
- Added advanced postprocessing functionality such as boundary
186+
integration for computation of drag and lift coefficients
187+
- Extended backwards compatibility to MATLAB 2009b
188+
189+
190+
2018-08-05 version 1.0
191+
----------------------
192+
193+
- Initial release

0 commit comments

Comments
 (0)