Stefan Tröger
9430bdde01
Fem: Implement basic python filter functionality and glyph example
2025-05-02 09:25:56 +02:00
marioalexis
bdcfc7f6de
Fem: Add preference to create CalculiX result as pipeline - fixes #20541
2025-04-13 15:04:01 -03:00
Chris Hennes
a077100c24
Merge pull request #20286 from marioalexis84/fem-calculator_filter
...
Fem: Add calculator filter
2025-03-29 14:30:48 -05:00
marioalexis
b10c02407f
Fem: Add electric charge density object
2025-03-27 21:13:21 +01:00
marioalexis
0cc1959832
Fem: Add calculator filter
2025-03-27 15:46:57 -03:00
Stefan Tröger
3f87627484
FEM: Add post pipeline branch
2025-03-22 23:27:10 +01:00
marioalexis
cc0cdcf138
Fem: Replace old FemMesh Netgen object implementation
2024-09-16 00:06:20 -03:00
hyx0329
99f76b4880
Fem: fix ccx config section string used in UI code
2024-07-10 09:08:33 -05:00
wmayer
b8905ff87e
Fem: Fix copyright notices
...
Do not clutter copyright notices with changes made to a file. That's the task of the VCS
2024-06-18 18:01:22 +02:00
Chris Hennes
3181c4f2a8
Merge branch 'main' into erase-version-4
2024-06-17 11:10:12 -05:00
Ajinkya Dahale
a9bff5b7b3
[FEM] Add rigid body constraint
2024-05-16 12:51:37 -05:00
lyphrowny
e99ee08514
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
FEA-eng
92ffed4a20
Remove the unfinished FEM Nodes set tool from GUI ( #12611 )
2024-02-26 11:23:53 -06:00
pre-commit-ci[bot]
c1f71489e0
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-11-22 12:02:43 +00:00
mac-the-bike
408eed1657
Version 4 of the Erasing Elements Code
2023-11-22 11:56:21 +00:00
wmayer
0fd66ad64c
Fem: fixes #10823 : Solver CalculiX (new framework) seems to be unnecessary
2023-09-27 13:04:48 +02:00
wmayer
3863cff6c0
Fem: Apply clang-format
2023-09-25 14:50:43 +02:00
kaktus Jacek
1adfa88aee
Fem: Removing "constraint" from the names
...
Removing "constraint" from the names of most FEM workbench features.
https://github.com/FreeCAD/FreeCAD/discussions/10217
2023-09-03 22:29:35 -05:00
kaktus Jacek
3d5e0eece1
Update Workbench.cpp
2023-09-01 13:17:55 -05:00
kaktus Jacek
6f7074b166
FEM: disable the Constraints without solver submenu
...
Temporarily disable the Constraints without Solver submenu from the GUI.
https://github.com/FreeCAD/FreeCAD/issues/10135
2023-08-31 23:41:27 -05:00
wmayer
2bcec7717d
Fem: modernize C++: use equals default
2023-08-21 13:35:54 +02:00
Chris Hennes
597a8fe927
FEM: Add missing translation string
2023-07-09 17:28:04 -05:00
Chris Hennes
0f9f0f29ca
FEM: Add translation for Electromagnetic Constraints
2023-06-06 11:31:12 -05:00
Uwe
e90347e3f7
[FEM] fix binary check
...
- the current implementation only considers explicitly given binaries (with full path) and ignores the setting to check the environment paths
- also remove 2 trailing whitespaces
2023-03-26 19:35:20 +02:00
Uwe
96d1fb6e50
[FEM] only show toolbar button for available solvers
...
- if there is e.g. no Z88 solver available, there is no need to pollute the toolbar with an icon for it
2023-03-24 22:41:48 +01:00
Uwe
7edea318ea
[FEM] Elmer: group mechanical equations
...
- also simplify code to check for existing analysis
2023-03-24 01:59:46 +01:00
Uwe
0fcea8b3bb
[FEM] Elmer add support for nonlinear elasticity solver
...
- adds new equation "Deformation" (this name since the stress solver got in FreeCAD the misleading name "elasticity")
- this way change icon of elastic solver to make the difference clear
2023-03-22 03:27:27 +01:00
Uwe
3c94e3d87e
[FEM] add new filter to display iso contours
...
- very valuable to display for example electromagnetic field lines
2023-02-13 16:53:21 +01:00
Uwe
f6abb77758
[FEM] add new constraint for magnetization
2023-02-09 14:41:25 +01:00
Uwe
ca05213e2e
[FEM] Elmer: add support for 2D magnetodynamics
...
- adds the corresponding Elmer equation (it is now possible to do Elmer's tutorial example no. 16)
2023-02-07 11:06:22 +01:00
Uwe
65eb154eac
[FEM] add current density constraint
...
- also add corresponding App::PropertyCurrentDensity
- also fix a typo in test_object.py
2023-02-05 21:10:15 +01:00
Uwe
4614b0cf59
[FEM] move initial pressure to fluid constraints group
...
- this is a fluid-specific constraint
2022-08-14 22:32:29 +02:00
Uwe
25a829bd0c
[FEM] add initial pressure constraint ( #7364 )
...
* [FEM] add initial pressure constraint
- this is needed for fluids
2022-08-14 20:00:36 +02:00
Uwe
26faa6a43f
[FEM] remove new framework CCX from toolbar
...
"new framework" implies especially to new users that this is the CCX of choice. But it is not, since you cannot Since we keep it in the menu and experienced users will find it.
2022-03-25 20:00:39 +01:00
Uwe
650eac3a56
[FEM] fix broken Z88 part 5/5: add missing toolbar icon
...
- now that it is working, expose Z88 to the toolbar as well
2022-03-25 19:55:32 +01:00
Uwe
ebff4fddcc
[FEM] remove unused headers from WBs main files
...
- also some code style fixes by MSVC
2022-03-17 20:33:33 +01:00
Preslav
fb0e670d8a
Added spring boundary condition
2021-09-17 11:08:08 +02:00
Bernd Hahnebach
7d09e79b73
FEM: Mystran solver, add Gui command to add solver to a document
2021-07-31 16:57:01 +02:00
UR-0
5cf39c4912
FEM: constraint centrif, Gui tools
2021-07-09 22:04:19 +02:00
Bernd Hahnebach
90911b8b58
FEM: examples icon, use better icon and add it to the FEM tool bar
2021-06-16 15:34:16 +02:00
donovaly
2d8ce4bcd0
[FEM] correct sorting order
...
all other menu items are sorted and we also keep the sorting in the Wiki
2021-02-20 16:40:04 +01:00
Sudhanshu Dubey
a5a0b7b7a4
FEM: examples, add Gui to setup examples
2020-07-03 18:03:35 +02:00
Bernd Hahnebach
3a97d68e70
FEM: elmer equation flux, better name without word solver
2020-06-29 22:28:26 +02:00
Bernd Hahnebach
84aba55ea8
FEM: constant vacuum permittivity, add object to overwrite constant
2020-06-29 17:46:43 +02:00
UR-0
346faafd6b
FEM: ccx constraint section print, add Gui command and icon
2020-06-24 07:52:16 +02:00
Bernd Hahnebach
ac70f2837d
FEM: gui tools, code formating
2020-06-15 11:44:20 +02:00
Bernd Hahnebach
cc9e262c47
FEM: gui tools, sort icons and menues
2020-06-15 11:44:15 +02:00
HoWil
137ade8c66
FEM: add elmer electric force equation object
2020-05-25 15:46:00 +02:00
Bernd Hahnebach
a100774034
FEM: sort equation commands
2020-03-19 21:23:33 +01:00
Bernd Hahnebach
f1677a0c88
FEM: post filter warp, rename command
2020-03-06 07:00:00 +01:00