FEA-eng
ff47cbd1d5
FEM: Further improvement of the misleading constraint descriptions regarding the geometry selection ( #14002 )
...
* Update TaskFemConstraintFixed.ui
* Update TaskFemConstraintDisplacement.ui
* Update TaskFemConstraintSpring.ui
* Update TaskFemConstraintForce.ui
* Update TaskFemConstraintPressure.ui
* Update TaskFemConstraintHeatflux.ui
* Update TaskFemConstraintTemperature.ui
2024-05-16 21:20:16 -04:00
marioalexis
5da413e70f
Fem: Update CalculiX writer of the constraint rigid body
2024-05-16 12:51:37 -05:00
marioalexis
42d13a3747
Fem: Update task dialog of the rigid body constraint
2024-05-16 12:51:37 -05:00
marioalexis
5911df4ea6
Fem: Update view provider of the rigid body constraint
2024-05-16 12:51:37 -05:00
marioalexis
cddc7b6a29
Fem: Change properties of the rigid body constraint
2024-05-16 12:51:37 -05:00
marioalexis
b5655c3a8a
Fem: Add transform for extra symbol in constraints
2024-05-16 12:51:37 -05:00
FEA-eng
2d26fb5426
Fem: Add ConstraintRigidBody icon
2024-05-16 12:51:37 -05:00
FEA-eng
53b9c0b6e6
Fem: Update writer of the constraint rigid body
2024-05-16 12:51:37 -05:00
FEA-eng
f012e92e33
Fem: Update properties of ConstraintRigidBody
2024-05-16 12:51:37 -05:00
Ajinkya Dahale
845c0e7bcd
FEM: Add unit test for new ConstraintRigidBody object
2024-05-16 12:51:37 -05:00
Ajinkya Dahale
0a6a7155e5
FEM: Add rigid body constraint to ccx writer
2024-05-16 12:51:37 -05:00
Ajinkya Dahale
3785aec4c8
FEM: Make connections with rigid body gui and app
2024-05-16 12:51:37 -05:00
Ajinkya Dahale
a9bff5b7b3
[FEM] Add rigid body constraint
2024-05-16 12:51:37 -05:00
FEA-eng
d430551aa0
FEM: Change the misleading constraint descriptions regarding the geometry selection ( #13921 )
...
* FEM: Update TaskFemConstraintFixed.ui
* FEM: Update TaskFemConstraintForce.ui
* FEM: Update TaskFemConstraintTemperature.ui
* FEM: Update TaskFemConstraintDisplacement.ui
2024-05-13 10:54:03 -05:00
Chris Hennes
9fead3682d
Update translations
2024-05-12 17:06:56 -05:00
marioalexis84
dbc541f0a0
Fem: Reset field color bar - fixes #13695 ( #13820 )
...
* Fem: Reset field color bar - fixes #13695
* Fem: Hide input filter if new filer is created
2024-05-06 11:23:08 -05:00
Chris Hennes
a5d8aaa21c
Update translations
...
Also removes Web from translation scripts.
2024-05-06 18:17:53 +02:00
Martin Rodriguez Reboredo
51987dc1ab
Fixups with Qt6 enums ( #13611 )
...
* Python PySide enums to C++ converter
* Python IntFlags to C++ int in getStandardButtons
* Remove int conversion in mods Python sources
2024-05-06 18:02:18 +02:00
marioalexis84
1e4ed56010
Fem: Rescaling and transparency fix for heat constraint symbols ( #13723 )
2024-05-06 10:54:57 -05:00
marioalexis
0cee0e9f50
Fem: Save and restore custom colors of elements in mesh - fixes #6131
2024-05-06 17:53:39 +02:00
Dov Grobgeld
e66e90b512
Fix run time errors with python3.12 and pyside6 ( #13337 )
...
* Change pyopen=open expression to from builtins import open as pyopen
---------
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com >
2024-04-30 00:28:01 -04:00
Florian Foinant-Willig
0feb9367de
FEM: prevent python added properties to be removed
2024-04-29 18:33:45 +02:00
Syres916
26ab2473c5
[FEM] CCX Solver and Gmsh Mesh Task Panel Colour output improvements ( #13684 )
...
* [FEM] CCX Solver and Gmsh Mesh Task Panel Colour output improvements
* [FEM] CCX Solver TP make time code more prominent
* [FEM] Gmsh mesh TP make time code more prominent
2024-04-29 11:29:00 -05:00
marioalexis84
7962136169
Fem: Add radiation heat transfer ( #13466 )
...
* FEM: Add radiation heat transfer
* FEM: Add radiation heat transfer to CalculiX writer
* FEM: Update .inp files
* Fem: Rename heat flux ui members
---------
Co-authored-by: FEA-eng <59876896+FEA-eng@users.noreply.github.com >
2024-04-29 10:53:59 -05:00
marioalexis
983ac9b238
Fem: Remove unused view properties
2024-04-29 10:52:52 -05:00
marioalexis
6aabe77a1a
Fem: Constraint symbol scaling based on shape size - fixes #7030
2024-04-29 10:46:40 -05:00
wmayer
93c1040d25
FEM: Make sure that points and normals array have equal size as otherwise a crash may occur
2024-04-26 23:30:20 +02:00
Chris Hennes
ead426c6eb
Update translations
...
Note: Web and Start omitted
2024-04-24 13:58:21 -05:00
Chris Hennes
f43e101099
FEM: Add SoSwitch.h to PreCompiled
...
Fix compilation on MSVC.
2024-04-22 20:35:12 +02:00
Chris Hennes
97218d4c87
Merge pull request #13464 from marioalexis84/fem-ccx_element_types
...
Fem: Add element types to ABAQUS writer
2024-04-22 11:05:26 -05:00
FEA-eng
5f96c6dc3c
FEM test INC value fix ( #13397 )
2024-04-22 10:56:25 -05:00
marioalexis84
0be9e68fcd
Fem: Constraint symbol scaling ( #13274 )
...
* Fem: Constraint symbols rescaling
* Fem: Add constraint symbol .iv files
* Fem: Fix contact constraint symbol rescaling
* Fem: Fix displacement constraint symbol rescaling
* Fem: Fix fixed constraint symbol rescaling
* Fem: Fix force constraint symbol rescaling
* Fem: Fix heat flux constraint symbol rescaling
* Fem: Fix plane rotation constraint symbol rescaling
* Fem: Fix pressure constraint symbol rescaling
* Fem: Fix spring constraint symbol rescaling
* Fem: Fix temperature constraint symbol rescaling
* Fem: Add tie constraint symbol
2024-04-22 11:49:13 -04:00
FEA-eng
1d1547e849
FEM: Add NetGen Min Size ( #12794 )
2024-04-18 23:05:57 -05:00
Chris Hennes
e7069e6797
Update translations.
2024-04-17 16:50:38 -05:00
marioalexis
8d13863bfd
Fem: Remove unused functions
2024-04-16 11:28:52 -03:00
marioalexis
be65d1a252
Fem: Add element types to ABAQUS writer
2024-04-16 11:28:52 -03:00
wmayer
2d1153d72e
Mod: Adjust parent class for Python wrappers
2024-04-09 22:15:51 +02:00
marioalexis84
2c593b67b4
Fem: Fix display modes order - fixes #13326 ( #13358 )
2024-04-08 18:15:12 +02:00
FEA-eng
b4c37e4d97
Add uncoupled temp-disp and heat transfer CalculiX FEM analysis types ( #13296 )
...
* FEM: Update solver.py
* FEM: Update write_step_equation.py
* FEM: fix temperature only analysis
---------
Co-authored-by: lyphrowny <strukov.as@edu.spbstu.ru >
2024-04-08 18:08:16 +02:00
lyphrowny
725d70ff55
FEM: add tests directory for function tests; add tests for parse_diff
2024-04-08 18:06:17 +02:00
lyphrowny
4e54d436fc
FEM: add floating point comparison for tests
2024-04-08 18:06:17 +02:00
lyphrowny
d2e355c836
FEM: migrate calculix tests to ccxtools tests
2024-04-08 18:02:33 +02:00
Florian Foinant-Willig
d46f424a6a
FEM: allow to Suppress the constraints ( #12359 )
...
* FEM: Introduce suppressible constraints
* fix public inheritance
2024-04-08 10:43:54 -05:00
David Carter
ba20441935
Material: Material appearance
...
Uses new material system for appearance
Each feature object now has a property called ShapeMaterial that
describes its physical properties. If it has a shape, it has a
material.
The ShapeColor attribute is replaced by a ShapeAppearance attribute.
This is a material list that describes all appearance properties, not
just diffuse color. As a list in can be used for all elements of a
shape, such as edges and faces.
A new widget is provided to allow the user to select materials in a
consistent fashion. It can also launch the material editor with its
more advanced capabilities.
2024-04-04 07:39:58 -05:00
FEA-eng
d459a9cb40
FEM: Update constraint_contact_solid_solid.py
2024-04-03 18:48:45 +02:00
FEA-eng
5d394ba2e8
FEM: Update exportNastranMesh.py
2024-04-03 18:48:45 +02:00
FEA-eng
7cdfb95a6b
FEM: Update ccxtools.py
2024-04-03 18:48:45 +02:00
FEA-eng
09e9bc4168
FEM: Update ccx_cantilever_beam_rect.py
2024-04-03 18:48:45 +02:00
wmayer
30341ee8d7
FEM: do not copy __init__.py from z88 into its sub-directories with INSTALL target
2024-04-02 17:44:28 +02:00
FEA-eng
5bab520175
FEM: Update importToolsFem.py
2024-04-02 15:27:13 +02:00