Skip to content

Commit 7dac58e

Browse files
authored
Merge pull request #3 from fangjian19/main
improve read me
2 parents 06ebb67 + eabc847 commit 7dac58e

File tree

1 file changed

+31
-22
lines changed

1 file changed

+31
-22
lines changed

README.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
1-
The OpenCFD software series is a high-precision computational fluid dynamics (CFD) software developed by the team led by Li Xinliang at the Institute of Mechanics, Chinese Academy of Sciences.
2-
It includes the high-accuracy finite difference software OpenCFD-SC (formerly Hoam-OpenCFD),
3-
the multi-block structured grid finite volume software OpenCFD-EC,
4-
the high-accuracy simulation software for chemically reactive flows OpenCFD-Comb,
5-
and the GPU heterogeneous parallel high-precision computation software OpenCFD-SCU.
6-
The developers have made this software available for use by scientific research and engineering users.
7-
8-
code upgrade log
9-
10-
2021-03-15: OpenCFD Ver2.0
11-
2021-03-17: OpenCFD Ver 2.0a, New feature in shock sensor and hybrid schemes
12-
2021-03-22: OpenCFD Ver 2.0b, a bug in du_inviscous_Character is removed Local Lax-Friedrichs splitting is added
13-
2021-04-05: OpenCFD Ver 2.0c, a bug in read-flate.f90 is remove boundary condition (random disturbance) is added in OCFD_Bc_boundarylayers.f90
14-
2021-04-20: OpenCFD Ver 2.1, bounary condition of swept-corner is added
15-
2021-05-03: OpenCFD Ver 2.1a, NND-type Boundary scheme is added
16-
2021-05-10: OpenCFD Ver 2.1b, boundary condition of swept-corner is modified
17-
2021-06-08: OpenCFD Ver 2.2, Ghost-Cell type boundary condition is supported Small revision in OCFD2d_flux1( ) , OCFD2d_flux2( ) and flux_charteric( ), to inprove efficient (fast 4%)
18-
2021-06-14: OpenCFD Ver 2.2a, Symmetry side-boundary swept-corner is supported
19-
2021-06-22: OpenCFD ver 2.2b, 2nd-order exterpolation Ghost Cell coordinates
20-
21-
22-
231

2+
The OpenCFD software series is a high-precision computational fluid
3+
dynamics (CFD) software developed by the team led by Li Xinliang at the
4+
Institute of Mechanics, Chinese Academy of Sciences.
5+
6+
It includes the high-accuracy finite difference software OpenCFD-SC
7+
(formerly Hoam-OpenCFD), the multi-block structured grid finite volume
8+
software OpenCFD-EC, the high-accuracy simulation software for
9+
chemically reactive flows OpenCFD-Comb, and the GPU heterogeneous
10+
parallel high-precision computation software OpenCFD-SCU.
11+
The developers have made this software available for use by scientific
12+
research and engineering users.
2413

14+
code upgrade log
15+
16+
2021-03-15: OpenCFD Ver2.0
17+
2021-03-17: OpenCFD Ver 2.0a, New feature in shock sensor and hybrid
18+
schemes
19+
2021-03-22: OpenCFD Ver 2.0b, a bug in du_inviscous_Character is removed
20+
Local Lax-Friedrichs splitting is added
21+
2021-04-05: OpenCFD Ver 2.0c, a bug in read-flate.f90 is remove boundary
22+
condition (random disturbance) is added in
23+
OCFD_Bc_boundarylayers.f90
24+
2021-05-03: OpenCFD Ver 2.1a, NND-type Boundary scheme is added
25+
2021-05-10: OpenCFD Ver 2.1b, boundary condition of swept-corner is
26+
modified
27+
2021-06-08: OpenCFD Ver 2.2, Ghost-Cell type boundary condition is
28+
supported Small revision in OCFD2d_flux1, OCFD2d_flux2 and
29+
flux_charteric, to inprove efficient (fast 4%)
30+
2021-06-14: OpenCFD Ver 2.2a, Symmetry side-boundary swept-corner is
31+
supported
32+
2021-06-22: OpenCFD ver 2.2b, 2nd-order exterpolation Ghost Cell
33+
coordinates

0 commit comments

Comments
 (0)