1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

cad/openvsp: update to 3.31.0

Features:
 * Trick or treat?  Halloween mystery feature...
 * Add structural assemblies made from multiple structures.
 * Add rigid connections between structures in assembly.
 * Add boundary condition specification to structures.
 * Add aero-structure coupled problem GUI using CalculiX and VSPAERO.
 * Split FEA Mesh generation from writing to file.
 * Also split FEA CAD file generation and export from Meshing.
 * Keep FEA Mesh in-memory, allowing more flexible workflow.
 * Re-arranged menus to group structures and aero analyses.
 * Build RPM packages for RedHat-based distributions.
 * Add aerodynamic center stability mode to GUI.
 * Force NACA 6A series to use a=0.8 camber line.
 * Remove VSPAERO single analysis from API - reduce code duplication.

Bug Fixes:
 * Allow non-unique names in pull-down menus.
 * Make environment.yml match Python version.
 * Fix component IDs passed to *.vspgeom.  Fixes propellers.
 * Write NORMAL at all B32 nodes, not just the first.
 * Fix exporting symmetrical propeller at origin to STL.
 * Insert FixPoins before InitMesh -- guarantee Fix Points
 * Lots of VSPAERO fixes
 * Lots of structures fixes
This commit is contained in:
Fernando Apesteguía 2022-11-04 23:17:27 +01:00
parent 89d241404c
commit 87b6a156dc
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= openvsp
DISTVERSIONPREFIX= ${GH_PROJECT}_
DISTVERSION= 3.30.0
DISTVERSION= 3.31.0
CATEGORIES= cad
MAINTAINER= fernape@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1661762287
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.30.0_GH0.tar.gz) = e8536e6eb22ead4a9a8739b3fe21ca4226fa9866b38024463f8fe0907dff52d7
SIZE (OpenVSP-OpenVSP-OpenVSP_3.30.0_GH0.tar.gz) = 135576171
TIMESTAMP = 1667600233
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.31.0_GH0.tar.gz) = 56a42af72820bfffb990e811293b4b081cc46c6227266185d3c4ea064333fea8
SIZE (OpenVSP-OpenVSP-OpenVSP_3.31.0_GH0.tar.gz) = 142961324