marioalexis84
42d772cb5e
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
a2b0941540
Update translations
...
Also removes Web from translation scripts.
2024-05-06 18:17:53 +02:00
Martin Rodriguez Reboredo
9759da82e4
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
0e1e8ce141
Fem: Rescaling and transparency fix for heat constraint symbols ( #13723 )
2024-05-06 10:54:57 -05:00
marioalexis
1b6fa97472
Fem: Save and restore custom colors of elements in mesh - fixes #6131
2024-05-06 17:53:39 +02:00
Dov Grobgeld
ff11cd25ee
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
abd5d4daef
FEM: prevent python added properties to be removed
2024-04-29 18:33:45 +02:00
Syres916
d1946bfebe
[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
ff285b6c60
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
5d69945f6e
Fem: Remove unused view properties
2024-04-29 10:52:52 -05:00
marioalexis
ba0825f605
Fem: Constraint symbol scaling based on shape size - fixes #7030
2024-04-29 10:46:40 -05:00
wmayer
bff1efd665
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
1ec93fdbc2
Update translations
...
Note: Web and Start omitted
2024-04-24 13:58:21 -05:00
Chris Hennes
3d0239f2d8
FEM: Add SoSwitch.h to PreCompiled
...
Fix compilation on MSVC.
2024-04-22 20:35:12 +02:00
Chris Hennes
6c3ea9fbdd
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
f237634cb3
FEM test INC value fix ( #13397 )
2024-04-22 10:56:25 -05:00
marioalexis84
7d4d5eddf5
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
d79d3c0c8b
FEM: Add NetGen Min Size ( #12794 )
2024-04-18 23:05:57 -05:00
Chris Hennes
6d504a0351
Update translations.
2024-04-17 16:50:38 -05:00
marioalexis
618592ea91
Fem: Remove unused functions
2024-04-16 11:28:52 -03:00
marioalexis
087788cb36
Fem: Add element types to ABAQUS writer
2024-04-16 11:28:52 -03:00
wmayer
4975da5a28
Mod: Adjust parent class for Python wrappers
2024-04-09 22:15:51 +02:00
marioalexis84
cc96f2718e
Fem: Fix display modes order - fixes #13326 ( #13358 )
2024-04-08 18:15:12 +02:00
FEA-eng
2616a3d792
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
2fffcd1e8a
FEM: add tests directory for function tests; add tests for parse_diff
2024-04-08 18:06:17 +02:00
lyphrowny
f978e4b72b
FEM: add floating point comparison for tests
2024-04-08 18:06:17 +02:00
lyphrowny
f2c8bb79d6
FEM: migrate calculix tests to ccxtools tests
2024-04-08 18:02:33 +02:00
Florian Foinant-Willig
17af20aa20
FEM: allow to Suppress the constraints ( #12359 )
...
* FEM: Introduce suppressible constraints
* fix public inheritance
2024-04-08 10:43:54 -05:00
David Carter
495a96a0f5
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
9cab98e824
FEM: Update constraint_contact_solid_solid.py
2024-04-03 18:48:45 +02:00
FEA-eng
207c325d0e
FEM: Update exportNastranMesh.py
2024-04-03 18:48:45 +02:00
FEA-eng
e424befb09
FEM: Update ccxtools.py
2024-04-03 18:48:45 +02:00
FEA-eng
b31e6d0ebe
FEM: Update ccx_cantilever_beam_rect.py
2024-04-03 18:48:45 +02:00
wmayer
21a842cc32
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
57eeb029b7
FEM: Update importToolsFem.py
2024-04-02 15:27:13 +02:00
wmayer
4b18a1018b
FEM: Handle unknown exception when applying a constraint to a B-Spline surface
...
Fixes #13213
An OCC exception is raised when trying to normalize a null vector. The solution is to check the square length before normalizing it
2024-04-01 19:38:28 +02:00
sliptonic
5ee34d7ead
Merge pull request #13130 from maxwxyz/fem-icons
...
UI: update FEM icons
2024-04-01 11:16:09 -05:00
FEA-eng
63b7ff464a
FEM: Update ObjectsFem.py
2024-04-01 11:04:56 -05:00
marioalexis
816226d332
Fem: Improve post-processing object style - fixes #13017
2024-04-01 11:04:29 -05:00
lyphrowny
f6ababfdb4
FEM: Fix cxx typo and remove calculix from solvers tab in examples ( #12876 )
...
* FEM: remove calculix from solvers
* FEM: remove calculix from joint with ccxtools if branches
* FEM: remove calculix from its if
* FEM: fix cxx typo in translations
* FEM: fix cxx typo in classes name
* FEM: fix ccx typo in shortcuts
* FEM: convert FEM_*CcxTools to CamelCase
* FEM: remove tests related to calculix
* FEM: remove test_solver_calculix.py from Fem/CMakeLists.txt
* FEM: convert all 'CalculiXccxTools' to 'CalculiXCcxTools'
* FEM: revert changes in all *_*.ts files
* FEM: convert 'SolverCcxtools' to 'SolverCcxTools'
* FEM: convert remaining 'Ccxtools' to 'CcxTools'
2024-04-01 10:51:23 -05:00
ppphp
da7ee06d67
fix: c++20 deprecate [=]
2024-03-31 10:47:32 +02:00
Chris Hennes
49451b3c7f
Merge pull request #13154 from chennes/translations20240325
...
Update translations and fix script
2024-03-28 13:51:39 -05:00
Chris Hennes
360e280c64
FEM: Rename vtkWriter to femVTKWriter to make MSVC happy
2024-03-27 12:08:29 +01:00
Max Wilfinger
d5a9fb329f
update FEM icons
2024-03-26 18:48:40 +01:00
Chris Hennes
af131413c5
Update translations
2024-03-25 18:08:22 -05:00
Chris Hennes
47df83c4db
Translation update: move Path to CAM
2024-03-25 17:32:59 -05:00
FEA-eng
d8b289df6e
Merge branch 'FreeCAD:main' into fem_ccx_incrementation
2024-03-25 10:45:23 +01:00
FEA-eng
0434bc1197
FEM: Update DlgSettingsFemCcxImp.cpp
2024-03-25 10:44:29 +01:00
FEA-eng
58757a3129
FEM: Update DlgSettingsFemCcx.ui
2024-03-24 19:12:30 +01:00
FEA-eng
c667dd2d45
FEM: Update DlgSettingsFemCcx.ui
2024-03-24 19:10:00 +01:00