Commit Graph

137 Commits

Author SHA1 Message Date
Chris Hennes
b529a0a67c FEM: Add missing translation string 2023-07-09 17:28:04 -05:00
Chris Hennes
291b0f3aa6 FEM: Add translation for Electromagnetic Constraints 2023-06-06 11:31:12 -05:00
Uwe
b08db09cf6 [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
f996b1e50a [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
76cbba39de [FEM] Elmer: group mechanical equations
- also simplify code to check for existing analysis
2023-03-24 01:59:46 +01:00
Uwe
2d3953f65f [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
fa780e8b5b [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
04915b694b [FEM] add new constraint for magnetization 2023-02-09 14:41:25 +01:00
Uwe
d5ac0758cf [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
82b6e03625 [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
f7c3989a2f [FEM] move initial pressure to fluid constraints group
- this is a fluid-specific constraint
2022-08-14 22:32:29 +02:00
Uwe
27f50ad131 [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
d6e1d973bf [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
865e3ec095 [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
1ddb4d27e7 [FEM] remove unused headers from WBs main files
- also some code style fixes by MSVC
2022-03-17 20:33:33 +01:00
Preslav
1ceaa09d17 Added spring boundary condition 2021-09-17 11:08:08 +02:00
Bernd Hahnebach
cfc08b811f FEM: Mystran solver, add Gui command to add solver to a document 2021-07-31 16:57:01 +02:00
UR-0
46282db7c8 FEM: constraint centrif, Gui tools 2021-07-09 22:04:19 +02:00
Bernd Hahnebach
05d9feb511 FEM: examples icon, use better icon and add it to the FEM tool bar 2021-06-16 15:34:16 +02:00
donovaly
26d7902303 [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
ff3ce49139 FEM: examples, add Gui to setup examples 2020-07-03 18:03:35 +02:00
Bernd Hahnebach
9bfd947886 FEM: elmer equation flux, better name without word solver 2020-06-29 22:28:26 +02:00
Bernd Hahnebach
43ad6aa729 FEM: constant vacuum permittivity, add object to overwrite constant 2020-06-29 17:46:43 +02:00
UR-0
7d17d6f6b6 FEM: ccx constraint section print, add Gui command and icon 2020-06-24 07:52:16 +02:00
Bernd Hahnebach
4db7676940 FEM: gui tools, code formating 2020-06-15 11:44:20 +02:00
Bernd Hahnebach
69ad806635 FEM: gui tools, sort icons and menues 2020-06-15 11:44:15 +02:00
HoWil
52da15b815 FEM: add elmer electric force equation object 2020-05-25 15:46:00 +02:00
Bernd Hahnebach
5b644edea2 FEM: sort equation commands 2020-03-19 21:23:33 +01:00
Bernd Hahnebach
92e2674cac FEM: post filter warp, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
c8e222b9f8 FEM: post filter linearized stresses, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
cd913abfb6 FEM: post filter data at point, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
937706e5b4 FEM: post filter data along line, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
9f207bab26 FEM: post filter cut function, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
75d5baeeb8 FEM: post filter clip scalar, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
08945a2551 FEM: post filter clip region, rename command 2020-03-06 07:00:00 +01:00
UR-0
c3864c16f4 FEM: constraint tie, add Gui command, icon, implement task panel
Added plausibility checks to ViewProvider's accept()

tie code formating
2020-02-19 17:56:39 +01:00
Bernd Hahnebach
6364d4f261 FEM: workbench gui, sort lupdate entries 2020-01-20 05:56:55 +01:00
Bernd Hahnebach
264d5e91ed FEM: reinforced material, add a GUI command 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
17a6a9889b FEM: toolbarnames, fix wrong name for utilities toolbar 2019-01-14 18:10:12 +01:00
wmayer
c7883cd3cd fixes 0003733: FEM workbench menus are not translatable 2018-12-16 12:55:10 +01:00
Bernd Hahnebach
fb531582f6 FEM: print mesh info, rename it to display mesh info 2018-11-06 12:04:49 -03:00
Bernd Hahnebach
a20fa51084 FEM: menues, move element geometry enties into sub menue 2018-09-19 21:40:34 +02:00
Bernd Hahnebach
c95cdb13bc FEM: workbench, remove wrong spaces 2018-09-11 07:22:42 +02:00
Bernd Hahnebach
1a08251a81 FEM: vtk post, change order of commands and icons 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
7d7a02e00a FEM: add tool clipping plane tools 2018-06-09 10:53:00 +02:00
Bernd Hahnebach
1035a032fc FEM: material editor, add command to open the editor ot icon toolbar, use copy of Arch material group icon 2018-06-01 08:20:59 +02:00
Bernd Hahnebach
fbf96728b8 FEM: material editor, add it to materials menue 2018-05-28 08:58:17 +02:00
Bernd Hahnebach
24a21ce83f FEM: menue entries, add submenue for materials 2018-05-28 08:58:17 +02:00
Bernd Hahnebach
103371f571 FEM: menue entries and tool bars, code formating 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
bf671db126 FEM: menu entries, add one for electrostatic potetial 2018-05-23 17:59:29 +02:00