Chris Hennes
cc0564f8f2
FEM: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
FEA-eng
835d23d09f
Elmer FEM 2D flow examples fix ( #12777 )
...
* Update equation_flow_elmer_2D.py
* Update equation_flow_initial_elmer_2D.py
* Update equation_flow_turbulent_elmer_2D.py
2024-03-11 12:21:46 -05:00
FEA-eng
8ce8376271
Update meshtools.py ( #12774 )
2024-03-11 12:21:14 -05:00
mosfet80
7713a33d9b
[MOD] clean SMESH ( #12754 )
...
removed old smesh CODE <7
2024-03-11 12:13:00 -05:00
marioalexis
d8012f74ba
Fem: Add partial support for hexahedral elements - fixes #12526
2024-03-11 12:03:15 -05:00
FEA-eng
0aa2f283fa
FEM CalculiX output frequency setting ( #12672 )
...
* Update solver.py
* Update write_step_output.py
* Update box_frequency.inp
* Update box_static.inp
* Update ccx_buckling_flexuralbuckling.inp
* Update ccx_cantilever_beam_circle.inp
* Update ccx_cantilever_beam_pipe.inp
* Update ccx_cantilever_beam_rect.inp
* Update ccx_cantilever_ele_hexa20.inp
* Update ccx_cantilever_ele_quad4.inp
* Update ccx_cantilever_ele_quad8.inp
* Update ccx_cantilever_ele_seg2.inp
* Update ccx_cantilever_ele_seg3.inp
* Update ccx_cantilever_ele_tria3.inp
* Update ccx_cantilever_ele_tria6.inp
* Update ccx_cantilever_faceload.inp
* Update ccx_cantilever_nodeload.inp
* Update ccx_cantilever_prescribeddisplacement.inp
* Update constraint_contact_shell_shell.inp
* Update constraint_sectionprint.inp
* Update constraint_selfweight_cantilever.inp
* Update constraint_tie.inp
* Update constraint_transform_beam_hinged.inp
* Update constraint_transform_torque.inp
* Update frequency_beamsimple.inp
* Update material_multiple_bendingbeam_fiveboxes.inp
* Update material_multiple_bendingbeam_fivefaces.inp
* Update material_multiple_tensionrod_twoboxes.inp
* Update material_nonlinear.inp
* Update square_pipe_end_twisted_edgeforces.inp
* Update square_pipe_end_twisted_nodeforces.inp
* Update thermomech_bimetall.inp
* Update box_frequency.inp
2024-03-11 12:02:41 -05:00
Chris Hennes
441d674545
Merge pull request #12066 from 3x380V/time_cleanup
...
Base: Use std::chrono for time manipulation
2024-03-05 15:47:33 -06:00
Yorik van Havre
262a858be5
Translations ( #12748 )
...
* Updated ts files
* Merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-05 08:54:36 -06:00
Ladislav Michl
d95b56137b
Base: Implement TimeElapsed
...
Some instances of TimeInfo serve the sole purpose of measuring time
duration. Using system time is unfortunate as it returns wall clock,
which is not guaranteed to be monotonic. Replace such a usage with
the new TimeElapsed class based on steady clock.
2024-03-05 12:29:24 +01:00
marioalexis
451a98383c
Fem: Use mixed cell types in pipeline unstructured grid - fixes #12581
2024-03-04 13:01:35 -06:00
Josh Coalson
fbd8767242
Part: Rename AttachExtension::Support property to AttachmentSupport, to avoid name conflict with base features. Fixes #7052
2024-03-04 18:22:43 +01:00
FEA-eng
a4612bd636
Remove the need to include geometrical nonlinearity when nonlinear material is used in CalculiX FEM ( #12703 )
...
* Update commands.py
* Update checksanalysis.py
2024-03-04 11:16:54 -06:00
FEA-eng
8056b2dec1
FEM CalculiX isotropic and kinematic hardening ( #12666 )
...
* Update material_mechanicalnonlinear.py
* Update write_femelement_material.py
* Update material_mechanicalnonlinear.py
2024-03-04 11:11:48 -06:00
FEA-eng
20e57f7196
Elmer FEM 2D electromagnetic examples fix ( #12646 )
...
* Update equation_magnetodynamics_2D_elmer.py
* Update equation_magnetostatics_2D_elmer.py
2024-03-04 11:08:07 -06:00
FEA-eng
3f59036439
FEM CalculiX 2D mechanical analyses (plane stress, plane strain and axisymmetric) ( #12562 )
2024-03-02 11:46:18 -06:00
Chris Hennes
c4b54a94a2
Update translations
2024-02-29 17:25:46 -06:00
marioalexis
36ea22910a
Fem: Create mesh for check type analysis in CalculiX - fixes #12503
2024-02-26 11:24:36 -06:00
FEA-eng
92ffed4a20
Remove the unfinished FEM Nodes set tool from GUI ( #12611 )
2024-02-26 11:23:53 -06:00
FEA-eng
cb3d034829
Update ElementGeometry1D.ui
2024-02-26 11:22:51 -06:00
FEA-eng
1f6440b86e
FEM Beam Shell Result Output 3D true by default ( #12493 )
2024-02-26 11:01:05 -06:00
marioalexis
5350f94201
Fem: Update constraint symbols when moving reference shape - fixes #6093
2024-02-26 04:01:28 -03:00
Chris Hennes
641e3dbbb4
Update translations ( #12557 )
...
* Update translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-24 21:38:37 -06:00
wmayer
b85aabcc88
Fixes #12586 : FEM requires OpenMP 5.0 (e.g. GCC >= 9)
2024-02-24 21:11:06 +01:00
marioalexis84
7363daf166
Fem: Enable checkbox for references mesh groups - fixes #10071 ( #12437 )
2024-02-24 10:29:00 -06:00
FEA-eng
968859c542
FEM: Beam reduced integration ( #12513 )
2024-02-22 15:30:47 -06:00
marioalexis
30231551f3
Fem: Use expression binding with the constraint tie Tolerance property
2024-02-19 11:13:42 -06:00
marioalexis
f66d90de45
Fem: Prevent stop CalculiX immediately - fixes #12448
2024-02-18 21:55:41 -06:00
FEA-eng
7d40503bc9
FEM new matrix solver types (PaStiX and Pardiso) ( #12478 )
...
* Update solver.py
* Update write_step_equation.py
* Update DlgSettingsFemCcx.ui
2024-02-17 20:14:32 -06:00
marioalexis
d0d501a34d
Fem: Run option in examples open and run analysis - fixes #11056
2024-02-16 21:01:23 -06:00
marioalexis
c1efba0704
Fem: Expose Constraint view provider symbol node to Python
2024-02-15 13:31:20 -06:00
marioalexis
b23c5f6721
Fem: Move Points and Normals properties to base class
2024-02-15 13:31:20 -06:00
wmayer
a4600528bd
Mod: remove leftovers of includes of Standard_math.hxx
2024-02-12 12:02:17 -06:00
Yorik van Havre
ae0f162a41
Crowdin translations ( #12313 )
...
* updated ts files
* merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-12 11:59:08 -06:00
marioalexis
05916fcbd3
Fem: Enable "Stop CalculiX" button - fixes #11448
2024-02-12 11:35:59 -06:00
marioalexis84
de13c4cb09
Fem: Prevent selection of partially attached object - fixes #12163 ( #12220 )
...
* Fem: Use of wrong class name in macro
* Fem: Prevent selection of partially attached object - fixes #12163
2024-02-12 11:22:44 -06:00
marioalexis
86794b0378
Fem: Add support for cyclic symmetry - fixes #12155
2024-02-08 16:08:59 -06:00
marioalexis
88df52c955
Fem: Use override
2024-02-08 08:29:19 -06:00
Alexander Neumann
4260e4b3ad
move #include <SMESH_Version.h> out of ifndef _PreComp_
...
fix position of #endif for MEFISTO removal
2024-02-05 08:50:56 -06:00
marioalexis
3dbb4b3dd3
Fem: Improve constraint tie - partial fixes #11653
2024-01-26 13:44:16 -03:00
marioalexis
7e5bb7361a
Fem: Improve constraint contact - partial fixes #11653
2024-01-26 13:44:16 -03:00
Chris Hennes
63a6592f03
Merge pull request #12064 from bdieterm/fixPlaneTransparency
...
Gui: add explicit transparency specification
2024-01-23 21:33:20 -06:00
marioalexis
5b7cca7703
Fem: Set PotentialEnabled to False in capacitance_two_balls example - fixes #9707
2024-01-21 16:23:29 -07:00
bdieterm
abfe38e0e7
Gui: add explicit transparency specification
2024-01-21 17:41:31 +01:00
marioalexis
336bf03ada
Fem: Call base class handleChangedProperyType function
2024-01-20 20:20:56 -07:00
marioalexis
56d4214317
Fem: Improve self weight constraint - fixes #11652
2024-01-20 08:57:46 -07:00
marioalexis
7b63799a7e
Fem: Fix constraint arrows - fixes #6073
2024-01-15 19:21:09 -06:00
marioalexis
bdb82b8f8a
Fem: Remove pipeline node from analysis view provider - fixes #11175
2024-01-15 11:19:09 -06:00
Alexander Neumann
2bf42925f5
Guard MEFISTO code with version check against SMESH.
2024-01-15 10:44:06 -06:00
bgbsww
bd1fc0fc03
Add support for OCCT 7.8.0 ( #11909 )
2024-01-09 19:47:25 -06:00
Adrian Insaurralde Avalos
f571e1b125
FEM: remove unused file
2024-01-08 11:34:56 -03:00