Skip to content

Commit

Permalink
Release 24.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benflexcompute committed Dec 4, 2024
1 parent 2636c0a commit cf317a0
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion flow360/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
version
"""

__version__ = "24.11.0"
__version__ = "24.11.1"
__solver_version__ = "release-24.11"
2 changes: 1 addition & 1 deletion tests/ref/simulation/service_init_geometry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.11.0",
"version": "24.11.1",
"unit_system": {
"name": "SI"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/simulation/service_init_volume_mesh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.11.0",
"version": "24.11.1",
"unit_system": {
"name": "SI"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/test_current_flow360_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "24.11.0"
assert __version__ == "24.11.1"
2 changes: 1 addition & 1 deletion tests/v1/data/cases/params_units.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.11.0",
"version": "24.11.1",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down
4 changes: 2 additions & 2 deletions tests/v1/ref/case_params/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.11.0",
"version": "24.11.1",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -157,5 +157,5 @@
"lowMachPreconditioner": false,
"lowDissipationControlFactors": []
},
"hash": "3fe893c0e272029b7458e208a18020d3069f1a108322675064155654c0deea09"
"hash": "814bc2f28b61729fd416e95e609ad51a60cb2fb26f980637634334d5ea44588f"
}
4 changes: 2 additions & 2 deletions tests/v1/ref/case_params/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ geometry:
refArea:
units: 2*m**2
value: 1.0
hash: 3fe893c0e272029b7458e208a18020d3069f1a108322675064155654c0deea09
hash: 814bc2f28b61729fd416e95e609ad51a60cb2fb26f980637634334d5ea44588f
navierStokesSolver:
CFLMultiplier: 1.0
absoluteTolerance: 1.0e-10
Expand Down Expand Up @@ -108,7 +108,7 @@ timeStepping:
timeStepSize: inf
unitSystem:
name: SI
version: 24.11.0
version: 24.11.1
volumeOutput:
animationFrequency: -1
animationFrequencyOffset: 0
Expand Down
4 changes: 2 additions & 2 deletions tests/v1/ref/case_params/params_units.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.11.0",
"version": "24.11.1",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -189,5 +189,5 @@
"lowMachPreconditioner": false,
"lowDissipationControlFactors": []
},
"hash": "640deac86f05058dd5109775b1c33d49ccfb8089c9990b55b10acd2e4e49a0ae"
"hash": "f43252356b0d33afd43b10533896d6efbc5a0b1700a6890362924ab0dd28d33f"
}
4 changes: 2 additions & 2 deletions tests/v1/ref/case_params/params_units_converted.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.11.0",
"version": "24.11.1",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -175,5 +175,5 @@
"lowMachPreconditioner": false,
"lowDissipationControlFactors": []
},
"hash": "575a16d8278834f1108f70be9ac4be9c92dab52ff860441a26c7b81f93e14c1d"
"hash": "240c177b6e1c321581e35523730b449c26335d0378c355eb14039c51aaeed1e4"
}
8 changes: 4 additions & 4 deletions tests/v1/test_handle_version_and_unit_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

params_current_version = {
"version": "24.11.0",
"version": "24.11.1",
"unitSystem": {"name": "SI"},
"boundaries": {},
"geometry": {
Expand All @@ -48,7 +48,7 @@
}

params_no_unit_system = {
"version": "24.11.0",
"version": "24.11.1",
"boundaries": {},
"geometry": {
"refArea": {"units": "m**2", "value": 1.15315084119231},
Expand All @@ -61,7 +61,7 @@
}

params_no_hash = {
"version": "24.11.0",
"version": "24.11.1",
"unitSystem": {"name": "SI"},
"boundaries": {},
"geometry": {
Expand All @@ -74,7 +74,7 @@
}

params_wrong_hash = {
"version": "24.11.0",
"version": "24.11.1",
"unitSystem": {"name": "SI"},
"boundaries": {},
"geometry": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unit_system": {
"name": "SI"
},
"version": "24.11.0",
"version": "24.11.1",
"meshing": {
"farfield": "auto",
"refinement_factor": 1.0,
Expand Down

0 comments on commit cf317a0

Please sign in to comment.