File: README

package info (click to toggle)
calculix-cgx 2.17%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 65,048 kB
  • sloc: ansic: 99,922; cpp: 3,016; sh: 70; makefile: 35
file content (23 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Purpose:
#Segment of a turbo-charger turbine rotor with 12 blades
#under cenrtifugal, thermal and pressure load.

#Do the following:

goto ../therm and run the example to generate the temperature field
goto ../map and run the example to map the pressure and temperature
        to the mesh specified in mesh.fbl

cgx -b send.fbl
ccx latim
cgx latim.frd latim.inp

#In cgx type:

copy all b2 rot x 30

#REMARK:
#you may change the element type in mesh.fbl:
#from he20r to he8 ( or te4 or te10, but requires netgen installed) 

#The file mesh.fbl is also used in ../map and ../therm