11. Release Notes
11.1. release-22.1.3.0
Released: 29th March 2022
A new version of Flow360, release-22.1.3.0, has been deployed. Any new submissions of mesh will use this new version by default. Any cases based on previously submitted meshes or forked from submitted cases using prior versions will still use their originally specified versions of Flow360.
11.1.1. Solver
New features
Added support for nested rotating frames: nested rotation.
Improved the accuracy of steady BET Disk solver
Resolved issues
kOmega and solutionTurbulence when using kOmegaSST model now uses non-dimensionalization consistent with the NavierStokes non-dimensionalization.
Same sectional polars at different radial locations are allowed in BET solver.
Documentation updates
Explained how to set up the parameters in BET Disk: https://docs.simulation.cloud/projects/flow360/en/latest/capabilities/bladeElementTheory.html
Added a case study of BET Disk solver about XV-15 hover and airplane mode: https://docs.simulation.cloud/projects/flow360/en/latest/examples/betDiskSteady_caseStudy.html
Added a doc for non-dimensionalization conventions in Flow360: https://docs.simulation.cloud/projects/flow360/en/latest/conventions/conventions.html
11.1.2. flow360client
Although recent versions of flow360client will still work, it is highly recommended to upgrade to the latest version for more convenient capabilities:
Usage:
If downloading for the first time:
pip3 install flow360client
If upgrading from an older version:
pip3 install --upgrade flow360client
Here is the flow360client on PyPI: https://pypi.org/project/flow360client/
New features
Added a case configuration json generator:
flow360client.generator.case.generateCaseJson()
Resolved issues
11.1.3. Web UI
New features
Added an interactive case configuration json generator.
11.2. release-21.4.1.0
A new version of Flow360, release-21.4.1.0, has been deployed. Any new submissions of mesh will use this new version by default. Any cases based on previously submitted meshes or forked from submitted cases using prior versions will still use their originally specified versions of Flow360.
11.2.1. Solver
New features
Added support for automatic mesh generation: automated meshing.
Added support for the Darcy-Forchheimer porous media model: porous media configuration.
Added support for Detached Eddy Simulation with kOmega SST turbulence model.
Added support for getting power usage in actuator disk method.
Added support for laminar-turbulent transition model: transition model configuration.
Added support for both right-hand and left-hand design of rotor in BET solver: BET configuration.
Added support for time averaging capability for volume and NoSlipWall surfaces: volume output.
Resolved issues
Running a steady case won’t increase the physical time, allowing forking between unsteady and steady cases more flexible.
Same sectional polars at different radial locations are allowed in BET solver.
11.2.2. flow360client
Although recent versions of flow360client will still work, it is highly recommended to upgrade to the latest version for more convenient capabilities:
Usage:
If downloading for the first time:
pip3 install flow360client
If upgrading from an older version:
pip3 install --upgrade flow360client
Here is the flow360client on PyPI: https://pypi.org/project/flow360client/
New features
Added json input validation. Majority of the mistakes in input json will be caught immediately upon submission and an error message will be displayed.
Added support for checking the consistency of boundary names between the mesh file and input mesh/case json files. Currently this feature is only available for CGNS mesh. If a boundary name, specified in input json files, doesn’t exist in the mesh file, the submission will be aborted and the invalid boundary names will be displayed.
Resolved issues
Allow “meshJson” argument in NewMesh() to be either a json object or path of json file:
flow360client.NewMesh()
.
11.2.3. Web UI
New features
Added support for downloading log files of mesh/case by clicking “Process Log” in the “Download” dropdown menu.
Added “Visualization 3D” tab for volume mesh, showing all boundaries in 3D view.
Added “Visualization 3D” tab for case, showing Q-criterion in 3D view.
Added json input validation. Majority of the mistakes in input json will be caught immediately upon submission and an error message will be shown in a pop-up box.
Added support for showing number of selected items.
Added support for showing billing information.
Added “storage size” for each mesh/case in Description tab.