forked from rc-research/fwtfemlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sol101.bdf
56 lines (55 loc) · 2.1 KB
/
sol101.bdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
$ Copyright (C) 2019-2020 R Cheung, Univeristy of Bristol
$ This program is free software: you can redistribute it and/or modify
$ it under the terms of the GNU General Public License as published by
$ the Free Software Foundation, either version 3 of the License, or
$ (at your option) any later version.
$
$ This program is distributed in the hope that it will be useful,
$ but WITHOUT ANY WARRANTY; without even the implied warranty of
$ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
$ GNU General Public License for more details.
$
$ You should have received a copy of the GNU General Public License
$ along with this program. If not, see <https://www.gnu.org/licenses/>.
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
$ FEM of WINDY Wind Tunnel Model fitted with the 'Lite' Folding Wingtip
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
$ Created: R Cheung
$ Contact: [email protected]
$ Modified: 08 December 2020
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
NASTRAN NLINES=999999
$ STATIC LINEAR ANALYSIS
SOL 101
CEND
TITLE=WINDY - LITE FWT
ECHO=NONE
MAXLINES=999999999
DISPLACEMENT(SORT1,REAL)=ALL
SPCFORCES(SORT1,REAL)=ALL
STRESS(SORT1,REAL,VONMISES,BILIN)=ALL
SUBCASE 1
SUBTITLE=UNIT LOAD TEST
SPC=3
LOAD=10
BEGIN BULK
PARAM,POST,0
PARAM,WTMASS,1.
PARAM,SNORM,20.
PARAM,PRTMAXIM,YES
MDLPRM,HDF5,0
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
$ Vertical unit load at folding hinge
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
GRAV 11 0 9.81 0.0 0.0 -1.0
LOAD 10 1. 1. 11 1. 12
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
$ FEM
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
INCLUDE 'fem.bdf'
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
$ SPC
$-------2-------3-------4-------5-------6-------7-------8-------9-------T
SPCADD 3 2
SPC 2 1 123456
ENDDATA