Skip to content

Commit 01dac10

Browse files
committed
CFDTool
0 parents  commit 01dac10

Some content is hidden

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

49 files changed

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

0 commit comments

Comments
 (0)