sliptonic
16cacfb3fb
Merge pull request #8307 from LarryWoestman/staging
...
Path: Refactored the add_parameters function into individual functions.
2023-02-10 00:37:09 +01:00
Uwe
04f0b66ef7
[FEM] use magnetization constraint for 2D
...
- uses the constraint for 2D magnetodynamics to perform e.g. Elmer's tutorial non. 15
- modify the Material manager to get rid of magnetization but keep the vectorial functionality because in future there will be support for e.g. birefringence materials etc.
2023-02-09 15:43:42 +01:00
Uwe
04915b694b
[FEM] add new constraint for magnetization
2023-02-09 14:41:25 +01:00
Uwe
c59a10be77
[FEM] add support to show absolute value result fields
...
- for harmonically driven forces, the results of course also have an imaginary part. Elmer outputs the real and the imaginary parts as separate result field. However, for several applications one needs the absolute (sqrt(Re^2+Im^2)
- therefore offer also absolute field if there are real/imaginary results
2023-02-09 14:36:26 +01:00
Uwe
aa4700f12b
[FEM] Elmer: magneto 2D use magnetization
...
- take magnetization into account for the magnetodynamic2D equation
2023-02-09 07:27:44 +01:00
Uwe
cbe634719d
[Material] allow to use vectorial properties
...
- for electromagnetics we have vector fields and thus need to specify components
- as first step use the new material "Magnetization"
- also get rid of annoying debug messages output on normal use in the material dialog
2023-02-09 07:26:22 +01:00
Uwe
436703e8ce
[Material] new card for Iron
2023-02-09 06:25:43 +01:00
Chris Hennes
e5587cd935
Addon Manager: Fix GUI tests on macOS
2023-02-08 19:28:50 -07:00
Uwe
fe1c09f841
[FEM] [skic ci] fix arrows in CurrentDensity icon
...
- Qt 5.x is not SVG-2 ready
2023-02-08 21:19:42 +01:00
Uwe
ac694dea1e
[FEM] [skip ci] Elmer write: move a check function
2023-02-08 17:04:37 +01:00
luzpaz
30e3abde15
Fix trailing newlines
2023-02-08 15:08:42 +01:00
Uwe
ddfdce612e
[FEM] Elmer: extent potential constraint
...
- it is now possible to specify a an electric potential vector field
2023-02-08 07:02:35 +01:00
Uwe
78a988ba27
[FEM] [skip ci] constraint_currentdensity.py: fix a typo
2023-02-08 06:27:27 +01:00
Roy-043
7352512f6c
[Draft] fix Draft_Clone DiffuseColor delay issue during unit test ( #8386 )
2023-02-07 22:40:29 +01:00
Adrian Popescu
3f3a548b22
Disabled Accessibility on SheetTableView
2023-02-07 16:42:54 +01:00
Yorik van Havre
c71e551556
Merged crowdin translations
2023-02-07 15:55:31 +01:00
Yorik van Havre
f51a6f2cf9
updated ts files
2023-02-07 15:55:31 +01:00
Uwe
06100d97dd
[FEM] Elmer: better sorting of equations
...
- the elctricforce equation is actually a postprocessor and thus should not be first in the list, but after the electrostatics equation (where it belongs to technically)
- also change menu name to be consistent with the other FEM menus
2023-02-07 14:19:56 +01:00
Uwe
23e240e017
[FEM] Elmer writer: correct copyrights
2023-02-07 11:52:18 +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
c8e25bf4d4
[FEM] Elmer writer: sort out elasticity equation
...
- sort out elasticity equation - last step to refactor writer.py
2023-02-07 04:33:20 +01:00
Uwe
bc275eb772
[FEM] Elmer writer: sort out electricforce equation
...
- sort out electricforce equation - next step to refactor writer.py
2023-02-07 03:59:59 +01:00
Uwe
8d0d38911f
[FEM] Elmer writer: sort out flow equation
...
- sort out flow equation - next step to refactor writer.py
2023-02-07 03:21:25 +01:00
Uwe
53452cfec3
[FEM] Elmer writer: sort out flux equation
...
- sort out flux equation - next step to refactor writer.py
2023-02-07 02:40:59 +01:00
Uwe
5b2f99c5ea
[FEM] Elmer writer: sort out heat equation
...
- sort out heat equation - next step to refactor writer.py
2023-02-07 02:03:53 +01:00
Uwe
e90102ba4f
[FEM] Elmer electrostatic improvements
...
- output only a reasonable number of digits for vacuum permittivity
- output the FC label of potential constraints as comment (helps a lot when having several constraints)
2023-02-07 00:38:50 +01:00
Uwe
3d3313546a
[FEM] Elmer: refactor writer for electrostatics
...
- the writer.py is to large to keep the overview, thus sort out the handling of the different equations (also since more equations will be added)
- This PR sorts out the electrostatic equation handling as first step (more equations will follow once this is merged)
2023-02-07 00:38:50 +01:00
Uwe
41bafb2bc0
[FEM] Elmer: add permeability of vacuum
2023-02-07 00:16:52 +01:00
Uwe
c8630fec0a
[FEM] shorten too long lines
...
- reformatting was done by the MSVC formatter according to our current clang file
2023-02-06 23:12:53 +01:00
Roy-043
e7d757de3d
[Draft] fix ang dim arrows alignment issue related to asin ( #8368 )
2023-02-06 14:01:08 +01:00
edi271
2c931a88b0
[TD] Add Command Axo Length Dimension
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2023-02-05 14:50:44 -08:00
Roy-043
f09d038ff5
Draft: add delay in the Draft_Clone unit test ( #8363 )
2023-02-05 21:59:39 +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
luzpaz
b4780be1d1
Fix whitespace issues
2023-02-05 16:39:58 +01:00
Yorik van Havre
2a4e87b64d
Fixes startpage css - fixes #8330
2023-02-05 15:09:23 +01:00
Uwe
87c5b89135
[Material] fix conductivity of Copper
...
- the conductivity was by a factor 10 too low, use a common value as fix
2023-02-05 05:21:14 +01:00
Uwe
68d478aa6e
[FEM] [skip ci] Elmer write: some cleanup
...
- fix also a typo
2023-02-05 03:20:56 +01:00
Uwe
3be4744647
[Start] set sensible size for DlgStartPreferences.ui
...
- as mentioned in #8330 , new size set by QtDesigner
2023-02-05 00:21:26 +01:00
Yorik van Havre
6a6442b0a3
Start: Added option to hide start page scrollbars
2023-02-04 22:50:23 +01:00
Uwe
d2ec8a85cc
[FEM] Elmer output material name
...
- when looking at the Elmer input file 'case.sif' it is extremely helpful to thee also the name of the material
Since the name is only form info, this does not change the actual simulation
2023-02-04 22:11:30 +01:00
luzpaz
a38b2ffbf7
Fix various trailing newlines, typos and grammar
2023-02-04 18:29:07 +01:00
Uwe
d33005d14e
[Material] add support for magnetic permeability
...
- also rename property group to "electromagnetic" (this change has no influence on any existing simulation, is only the name in the material editor)
2023-02-03 14:17:17 -06:00
Uwe
49a7a60311
[Part] [skip ci] update a tooltip
...
- since FC 0.20 we require OCC 7.4
2023-02-03 12:15:28 -06:00
Pascal de Bruijn
181c7991e2
Increase mesh generation output quality
2023-02-03 12:08:10 -06:00
Pascal de Bruijn
20933f9c07
Tools: tweak mesh generation
...
Mesh generation parameters are taken from PrusaSlicer's STEP importer,
which does a just-in-time STEP->STL conversion in memory.
Resulting meshes have better geometry, but are a little larger as a result.
2023-02-03 12:08:10 -06:00
Uwe
1a51e03b2f
[FEM] Elmer: revert wrong change from #8336
...
- I mixed the normal stress solver with the elastic stress solver. For the normal stress solver plane stress is possible in all coordinate systems
2023-02-03 18:41:06 +01:00
Uwe
28c8addf5a
[FEM] Elmer: don't hardcode the coordinate system
...
- Elmer allows for all currently supported equations several coordinate systems
- also remove an unused variable
2023-02-03 17:49:58 +01:00
Uwe
51185e1c06
[FEM] Elmer: fix error on wrong material settings
...
- if user set no material for a body, we must raise an error
- also fix annoying output of permittivity in case.sif file
2023-02-03 15:45:25 +01:00
Roy-043
a891d5c766
Draft: fix normal calculation for angular dims
2023-02-03 15:44:27 +01:00
Uwe
0e17989707
[Material] add new card for carbon dioxide
2023-02-03 02:37:27 +01:00