Skip to content

Commit fa8aeb0

Browse files
committed
CFDTool
0 parents  commit fa8aeb0

39 files changed

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

0 commit comments

Comments
 (0)