This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
83 lines (55 loc) · 1.79 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Simphony-OpenFOAM CHANGELOG
======================
Release 0.4.0
----------------
* Various changes to speed up mesh treatment
* simpleFoam solver added
* simpleFoam and pimpleFoam solvers support for mesoscopic stress coupling
* Pressure treatment changed to obey SI units (not anymore density scaled)
* Build agains simphony-common 0.6.0
bg
Release 0.3.0
----------------
* Build against simphony-common 0.5.0
Release 0.2.4
----------------
* Build against simphony-common 0.4
Release 0.2.2
----------------
* New wall shear stress dependent slip velocity boundary condition
Release 0.2.1
-----------------
* File I/O wrapper changed to use native interface for data transfer (fields and dictionaries)
* Change boundaries treatment from face LABEL to list of faces
* Correction of internal wrapper mixture model bug
Release 0.2.0
-------------
* Compatibility with OpenFoam version 2.4
* compatibility also with OpenFoam version 2.3
* Ubuntu 12.04 LTS (Precise) has official debian packages only up to OpenFoam version 2.3
* travis is based on OpenFoam version 2.3.0
* Mixture model included
* wrapper main classes (IO and internal) named to Wrapper
* pimpleFoam as default solver in both wrappers (#60)
* bug fix (#57)
* internalwrapper added to coveragerc (#54)
* single CUBA extension file (#34)
Release 0.1.5
-------------
* Wrapper compatibility to common-0.2.0 (#51)
* Unittest data generation on the fly (#25)
Release 0.1.4
-------------
* Combine internal and IO interface libraries
Release 0.1.3
-------------
* Fix bug in foam template creation and example file (#27)
Release 0.1.2
-------------
* Internal Interfaces wrapper added (#23)
Release 0.1.1
-------------
* Surface tension setup fixed (#21)
Release 0.1.0
-------------
* Initial release: IO interface for running OpenFOAM engine