Skip to content

Commit

Permalink
updated parameter set
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Wredenberg committed Oct 20, 2017
1 parent 39c138f commit 60a2550
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion FAME.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def calc(directory,cpus=1): #Run calculix.
stlmesh=post.readSTL(name)
print('Adjusting STL')
resultPath=os.path.relpath(directory+'/'+os.path.basename(name)[:-4])
post.adjustSTL(resultPath,mesh,stlmesh,scale=1,power=4)
post.adjustSTL(resultPath,mesh,stlmesh,scale=1,power=3)


shutil.copy(os.path.relpath(directory+'/'+os.path.basename(name)[:-4]+'_adjusted.stl'),os.path.relpath(os.path.basename(name)[:-4]+'_adjusted.stl'))
Expand Down
54 changes: 27 additions & 27 deletions default.par
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
comment=parameters determined from STL build of the testArtifact
conductivityPlate=16
creepmmiddle=4.1176395
creepnhot=1.1839622
conductivityPowder=9.9999997e-05
thermExpColdPlate=1.6e-05
conductivityBuild=16
speed=0.00089999998
buildDensity=7.5904998e-09
creepAcold=8.316954e-32
elasticHotBuild=136000.0
resolution=40
solidify=500.0
elasticHotPlate=136000.0
conductivityPlate=133.71335
creepmcold=0
sinkTemp=-1.6653345e-14
heating=0.82220817
solidify=300.0
sinkTemp=200.0
elasticColdPlate=210000.0
elasticMiddlePlate=173000.0
sinkCond=0.0049999999
creepAcold=8.316954e-32
specHeat=5e+08
nu=0.30000001
creepAmiddle=2.1356189e-20
elasticHotPlate=136000.0
elasticColdBuild=210000.0
densityPlate=7.9899998e-09
creepnmiddle=2.2564473
thermExpHotBuild=1.8999999e-05
creepmcold=0
thermExpHotPlate=1.8999999e-05
creepmmiddle=9.7311897
resolution=60
thermExpColdBuild=1.6e-05
conductivityPowder=9.9999997e-05
densityPlate=7.9899998e-09
powderTemp=20
thermExpColdPlate=1.6e-05
heating=1.9856188
elasticMiddleBuild=173000.0
elasticColdPlate=210000.0
creepAmiddle=7.7941649e-20
elasticColdBuild=210000.0
creepnmiddle=55.584732
creepncold=4.4015315e-16
creepmhot=6.3048687
conductivityBuild=16
coolDown=72000000.0
elasticMiddlePlate=173000.0
creepnhot=6.9441938
buildDensity=7.5904998e-09
creepAhot=1.5369383e-20
creepncold=4.4015315e-16
creepmhot=2.2920923
elasticMiddleBuild=173000.0
creepAhot=1.0008222e-20
specHeat=5e+08
nu=0.30000001
powderTemp=20

0 comments on commit 60a2550

Please sign in to comment.