Commit Graph

92 Commits

Author SHA1 Message Date
Bernd Hahnebach
f2e45423eb FEM: unit tests, use for all objects creations the fem objects module 2017-09-19 11:33:20 +02:00
Bernd Hahnebach
f84079e5fb FEM: objects module, add doc parameter to creation tools 2017-09-19 11:33:08 +02:00
Bernd Hahnebach
07a7b1b055 FEM: unit test, make it simpler to add new directories to the python module import test and add some comments 2017-09-11 10:21:01 +02:00
Bernd Hahnebach
ea84ed71c0 FEM: since result object does not depend on analysis mesh, make analysis tools independed from result object 2017-08-31 11:09:13 +02:00
Bernd Hahnebach
cb74b2bb9c FEM: unit tests, import all FEM python modules 2017-08-04 06:57:12 +02:00
Bernd Hahnebach
1a76db8d4d FEM: unit tests, code formating, flake8 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
bd1c463d80 FEM: unit tests: case frd file mflow and networkpressure reading, adapt to the slightly changed frd result file 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
ef8c9d8f87 FEM: unit tests, use 1DFlow results of unit test python code analysis 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
ef3ca3ba51 FEM: unit tests, add test case for reading frd file with mflow and npressure 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
715b93cf74 FEM: unit tests, adapte 1DFlow example and extend stats comparing to mflow and networkpressure in conjunction with inout nodes file 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
87f8c32e4c FEM: unit tests, code formating, delete some empty lines 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
b633911a34 FEM: load stats, give error message if more than one results object in the analysis and no result object was geven 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
83177900f0 FEM: working dir, check if it has a slash at the end, if not add one 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
59544f8a69 FEM: unit tests, create tempdir if not exist, delete not needed imports 2017-07-17 19:53:32 -03:00
Bernd Hahnebach
aef1188aed FEM: unit test, again enable all stat types except 1DFlow, fix osx failure by only use 14 diggits 2017-07-17 19:53:32 -03:00
Bernd Hahnebach
3b97d96141 FEM: unit test, tests for seg2 and seg3 python mesh API 2017-07-17 19:53:32 -03:00
Bernd Hahnebach
6100f76c5e FEM: unit tests, temporary workaround for py3 2017-07-10 19:21:40 -03:00
Bernd Hahnebach
21184e830e FEM: unit test, fix unit test if not all stats are used 2017-07-10 19:21:40 -03:00
Bernd Hahnebach
09ec91eb60 FEM: unit tests, add all result stats, except 1DFlow 2017-07-08 12:27:12 -03:00
Bernd Hahnebach
ad8e311b22 FEM: unit tests, use better coordinate values 2017-07-08 12:27:12 -03:00
Bernd Hahnebach
f3ac9d06a4 FEM: unit tests, small unit test def for writeABAQUS diggits 2017-07-01 11:00:52 +02:00
Bernd Hahnebach
363175d54f FEM: unit test, fix 1DFlow unit test 2017-06-30 07:53:15 +02:00
Bernd Hahnebach
806c70af8d FEM: 1DFlow, delete not needed files and code formating 2017-06-26 22:36:02 +02:00
kgoao
394e251362 FEM: FluidSection: Unit test 2017-06-26 22:36:02 +02:00
Bernd Hahnebach
a207ee56e8 FEM: unit tests, add some comments 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
f7c0f2fee4 FEM: unit tests, use FreeCADs native Python API to create the meshes 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
7b8b1c06fd FEM: unit tests, use better file name for unv read write test 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
cb9265c492 FEM: unit tests, use the lately commited dev in Test to run unit tests of FEM 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
fbc2ffad6b FEM: unittest, move mesh creation at end of test object creation 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
d5731d3147 FEM: unittest, get rid of not useful self. 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
31966c577c FEM: unittest, move all CCX analysis tests in one test case class 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
3392b7268e FEM: unittest, get rid of duplicates and move them to helpers 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
2fbe2d715f FEM: unittest, move unv test out of analysis test case 2017-05-27 19:57:27 -03:00
wmayer
2a22e06a5c add unit test to check for order of nodes of quadratic mesh elements 2017-04-07 20:51:02 +02:00
Bernd Hahnebach
a1b9c6db15 FEM: material object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
e72516aafd FEM: solver calculix object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
f4bb2a0624 FEM: analysis object, move make def into make objects FEM module 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
c15ffae406 FEM: unit tests, get rid of duplicate defs 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
5c8a493e2a FEM: unit tests, make all FEM unit test in one directory in tmp directory 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
24c21e0b12 FEM: unit tests, fix def to update results 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
8ff74d9867 FEM: unit tests, reorder paths 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
b9c0ad2c72 FEM: unit tests, fix some issues and save FreeCAD files of the unit tests 2017-01-14 10:44:20 +01:00
Bernd Hahnebach
43a15a2083 FEM: fix unit tests in the regard of new material module name 2017-01-02 18:03:24 -02:00
wmayer
a035045f4d fix FemMesh::copyMeshData 2016-12-12 12:43:05 +01:00
wmayer
b1d099d712 temporarily disable failing unit test 2016-12-10 12:31:16 +01:00
Bernd Hahnebach
5217f0aa8c FEM: change ccx solver property name
from IterationsMaximum to IterationsThermoMechMaximum and
only write if set > 0
2016-09-27 13:04:47 -03:00
Bernd Hahnebach
d004a1190a FEM: change ccx solver property name from SteadyState to TheromMechSteadyState 2016-09-27 13:04:46 -03:00
Bernd Hahnebach
bf5a0604eb FEM: solver object is used to write the eigenmode params to input file 2016-08-08 08:03:26 +02:00
Bernd Hahnebach
85b4eb0038 FEM: unit test: add max iterations count to thermomech solver obj 2016-08-04 17:45:04 +02:00
Bernd Hahnebach
43bafe3bde FEM: fix thermomech unit test analysis 2016-08-04 17:45:04 +02:00