Commit Graph

282 Commits

Author SHA1 Message Date
Bernd Hahnebach
ab96421524 FEM: writer base, extend error message 2020-05-05 21:59:06 +02:00
luz.paz
244639c2bf [skip-ci] Fix typos in Draft, Mesh, and src/Tools
Found via codespell v1.17.0.dev0  
```
codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml
```
2020-04-30 11:40:38 +02:00
Bernd Hahnebach
f868d8d5ee FEM: elmer tasks, fix result and output creation 2020-04-27 10:40:58 +02:00
Bernd Hahnebach
b85f3b5a81 FEM: ccx writer, small code improvement 2020-04-27 07:38:03 +02:00
Bernd Hahnebach
042eb62b54 FEM: ccx writer, move some methods around 2020-04-24 21:09:33 +02:00
Bernd Hahnebach
a6cfe5c47f FEM: ccx writer, use better var name because of typo 2020-04-24 16:55:55 +02:00
Bernd Hahnebach
30f0a916fc FEM: ccx input writer, move mesh writing code in separate method and merge one file and splitted file writer methods 2020-04-24 16:54:30 +02:00
Bernd Hahnebach
7a49ab5050 FEM: ccx input writer, delete not needed code line 2020-04-24 16:09:57 +02:00
Bernd Hahnebach
ad33755869 FEM: ccx input writer, splitted, improve heatflux constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
5146ec5432 FEM: ccx input writer, splitted, improve pressure constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
fe40f2d07e FEM: ccx input writer, splitted, improve force constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
da4dd0baba FEM: ccx input writer, splitted, improve node sets for fixed constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
fce4a877e2 FEM: ccx input writer, splitted, improve node sets for displacement constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b7796556a7 FEM: ccx input writer, splitted, improve node sets for planerotation constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
e6215ccb9e FEM: ccx input writer, splitted, improve node sets for temperature constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
b0fd4dc916 FEM: ccx input writer, splitted, improve node sets for transform constraint 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
8eda47df6f FEM: ccx writer, splitted writer, improve surface sets for tie and contact 2020-04-24 09:35:01 +02:00
Bernd Hahnebach
cec6e629cd FEM: ccx writer, splitted writer, make include names class attributes 2020-04-22 21:53:24 +02:00
Bernd Hahnebach
9e0a01cc4f FEM: ccx writer, fix indent and white spaces 2020-04-22 21:13:55 +02:00
Bernd Hahnebach
1a91791b27 FEM: ccx writer, improve new lines and comments 2020-04-22 18:05:59 +02:00
Bernd Hahnebach
1ec44a2d33 FEM: ccx writer, splitted file writting, only write object headers if there are objects 2020-04-22 08:29:33 +02:00
Bernd Hahnebach
9f9099bab5 FEM: ccx writer, splitted inp file, code improvements, but no changes in file writing 2020-04-22 08:29:28 +02:00
Bernd Hahnebach
94df79fffe FEM: ccx writer, splitted inp file, code moveing, but no changes in file writing 2020-04-22 08:29:22 +02:00
Bernd Hahnebach
92ef0eaece FEM: ccx writer, better analysis type checks for analysis member 2020-04-22 08:29:17 +02:00
ebrahimraeyat
e39a557ca4 FEM: ccx writer, better object existance checks 2020-04-22 08:29:09 +02:00
Bernd Hahnebach
598e46cb18 FEM: z88 some small code improvements 2020-03-27 06:00:35 +01:00
Bernd Hahnebach
ee08ffe1ad FEM: geom tools, add new module and move some geom tools from mesh tools in 2020-03-27 06:00:13 +01:00
Bernd Hahnebach
a4d2a60f85 FEM: solver Z88, fix icon 2020-03-22 13:42:05 +01:00
Bernd Hahnebach
d953828d30 FEM: result mesh, change obj type 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
8f634004bc FEM: solver z88, add icon and make use of it 2020-03-19 00:16:55 +01:00
Bernd Hahnebach
480622a9a9 FEM: improve some licence headers and doxygen docu 2020-03-16 06:44:00 +01:00
Bernd Hahnebach
1c822dcf6e FEM: solver frame work, get rid of Active Document code 2020-03-14 21:45:11 +01:00
Bernd Hahnebach
4df9ddc48e FEM: solver base writer, add document as attribut 2020-03-14 21:45:01 +01:00
luz.paz
696ed42635 [skip ci] Fix typos
Found via `codespell`
2020-03-09 16:23:26 +01:00
luz.paz
ebe194a9e9 Fix typos
Found via  
```
codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml
```
2020-03-06 14:50:35 +01:00
Bernd Hahnebach
f1aa5ebe9d FEM: rename icon, solver elmer 2020-03-06 08:40:22 +01:00
Bernd Hahnebach
0503710646 FEM: rename icon, Equation Heat 2020-03-06 08:39:54 +01:00
Bernd Hahnebach
d3904ff443 FEM: rename icon, Equation Fluxsolver 2020-03-06 08:39:52 +01:00
Bernd Hahnebach
fe836ab79c FEM: rename icon, Equation Flow 2020-03-06 08:39:50 +01:00
Bernd Hahnebach
248817c5a9 FEM: rename icon, Equation Electrostatic 2020-03-06 08:39:48 +01:00
Bernd Hahnebach
2bfea1aa6e FEM: rename icon, Equation Elasticity 2020-03-06 08:39:46 +01:00
Bernd Hahnebach
56e7050861 FEM: remove execute file attribute 2020-03-06 07:21:06 +01:00
Bernd Hahnebach
44025d7409 FEM: framework solver calculix, move adding attributes in separate method 2020-03-05 17:44:13 +01:00
Bernd Hahnebach
c6ae035d50 FEM: code formating and unifor licence header in Python modules 2020-03-04 07:50:21 +01:00
Bernd Hahnebach
d04bee5ed9 FEM: elmer equation objects, better type checking 2020-03-02 20:54:52 +01:00
Bernd Hahnebach
7be9a9083e FEM: only define analysis types for calculix solver once 2020-03-01 14:27:54 +01:00
Bernd Hahnebach
cbbf1c8dbb FEM: ccx writer, fix in tie for splitted file writing 2020-02-29 14:21:35 +01:00
Bernd Hahnebach
2978191a3d FEM: better help messages at self weight 2020-02-27 15:12:54 +01:00
Bernd Hahnebach
d2f506162d FEM: do not guard module imports if the module will be imported in gui mode only 2020-02-27 13:25:44 +01:00
Bernd Hahnebach
b340ea1dee FEM: use numerical data type for gravity 2020-02-27 12:35:15 +01:00