Skip to content

Commit be1f095

Browse files
committed
Explicit path to Scripts added to .fb* files
1 parent 9d5bd30 commit be1f095

File tree

24 files changed

+28
-28
lines changed

24 files changed

+28
-28
lines changed

Contact/Eyebar/post.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plot fv all
1313
hcpy png SE
1414

1515
# create force-displacement plot
16-
sys dat2txt.py eyebar
16+
sys ../../Scripts/dat2txt.py eyebar
1717
sys join "total force fx,fy,fz_NCONTROL.txt" "displacements vx,vy,vz_NMONITOR.txt" > df.txt
1818
sys gnuplot df.gnu
1919

Contact/Penalty/all.fbd

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ read solve.frd new
5353
read hist.nam inp
5454
graph Nhist time CONTACT CPRESS
5555
sys mv graph_0.out s2s-lin.hist
56-
sys dat2txt.py solve
56+
sys ../../Scripts/dat2txt.py solve
5757
sys mv "total force fx,fy,fz_NKW.txt" s2s-lin.txt
5858

5959
sys cp s2s-tie.inc contact.inc
@@ -62,7 +62,7 @@ read solve.frd new
6262
read hist.nam inp
6363
graph Nhist time CONTACT CPRESS
6464
sys mv graph_1.out s2s-tie.hist
65-
sys dat2txt.py solve
65+
sys ../../Scripts/dat2txt.py solve
6666
sys mv "total force fx,fy,fz_NKW.txt" s2s-tie.txt
6767

6868
sys cp n2s-lin.inc contact.inc
@@ -71,7 +71,7 @@ read solve.frd new
7171
read hist.nam inp
7272
graph Nhist time CONTACT CPRESS
7373
sys mv graph_2.out n2s-lin.hist
74-
sys dat2txt.py solve
74+
sys ../../Scripts/dat2txt.py solve
7575
sys mv "total force fx,fy,fz_NKW.txt" n2s-lin.txt
7676

7777
sys cp n2s-exp.inc contact.inc
@@ -80,7 +80,7 @@ read solve.frd new
8080
read hist.nam inp
8181
graph Nhist time CONTACT CPRESS
8282
sys mv graph_3.out n2s-exp.hist
83-
sys dat2txt.py solve
83+
sys ../../Scripts/dat2txt.py solve
8484
sys mv "total force fx,fy,fz_NKW.txt" n2s-exp.txt
8585

8686
sys cp n2s-tab.inc contact.inc
@@ -89,7 +89,7 @@ read solve.frd new
8989
read hist.nam inp
9090
graph Nhist time CONTACT CPRESS
9191
sys mv graph_4.out n2s-tab.hist
92-
sys dat2txt.py solve
92+
sys ../../Scripts/dat2txt.py solve
9393
sys mv "total force fx,fy,fz_NKW.txt" n2s-tab.txt
9494

9595
sys gnuplot pd.gnu

Contact/Penalty/one.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sys ccx solve
2-
sys monitor.py solve &
2+
sys ../../Scripts/monitor.py solve &
33
read solve.frd new
44
read hist.nam inp nom
55
graph Nhist time CONTACT CPRESS

Contact/Shell0/run.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ frame s1
7777
hcpy png contact
7878

7979
sys ccx ctyp
80-
sys python dat2txt.py ctyp
80+
sys ../../Scripts/python dat2txt.py ctyp
8181

8282
ulin etyp: etyp , ctyp: ctyp
8383

Contact/Tubes/post.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ hcpy png cpress
2626
rot u 60
2727
hcpy png cpress_rot
2828

29-
sys dat2txt.py
29+
sys ../../Scripts/dat2txt.py
3030
sys gnuplot moment.plt

Kasten/post.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ plot fv all
3232
hcpy png D3
3333

3434
# create force-displacement curve
35-
sys dat2txt.py Kasten
35+
sys ../Scripts/dat2txt.py Kasten
3636
sys gnuplot df.gpl

Linear/Separate/pre.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ elty d4 tr6s
2323
mesh all
2424
send all abq
2525
# separate the elements into disjoint meshes
26-
sys separate.py all.msh
26+
sys ../../Scripts/separate.py all.msh
2727

2828
# constraints
2929
seta nodes n all

NonLinear/3PB/post.fbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ read Biegung.frd
22
read part1.nam inp
33
comp Npart1 do
44
# todo: parametrize the theoretical solution
5-
sys dat2txt.py Biegung
5+
sys ../../Scripts/dat2txt.py Biegung
66
sys gnuplot df.gpl
77

88
view disp

NonLinear/Honeycomb/post.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hcpy png SE-core
2727
plot fv Esand
2828
hcpy png SE
2929
# Force-displacement curve
30-
sys dat2txt.py Biegung
30+
sys ../../Scripts/dat2txt.py Biegung
3131
sys mv "total force fx,fy,fz_NCYL1.txt" f.txt
3232
sys mv "displacements vx,vy,vz_NMON1.txt" d.txt
3333
sys join f.txt d.txt > df.txt

NonLinear/Sections/Plastic/chart.fbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sys dat2txt.py
1+
sys ../../../Scripts/dat2txt.py
22
sys gnuplot df.gpl

NonLinear/TensileTest/post.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sys dat2txt.py
1+
sys ../../Scripts/dat2txt.py
22
sys gnuplot sigeps.gnu
33

44
read Zug.frd

RVE/PlanarSlide/post.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ frame
1212
hcpy png exp
1313

1414
graph Nmonitor time PE PE
15-
sys dat2txt.py Zug
15+
sys ../../Scripts/dat2txt.py Zug
1616
sys gnuplot pe.gnu

RVE/PlaneOrtho1/post.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ plot fv all
3131
frame
3232
hcpy png exp
3333
graph Nmonitor time PE PE
34-
sys dat2txt.py Zug
34+
sys ../../Scripts/dat2txt.py Zug
3535
sys gnuplot pe.gnu

Streifen/b.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plus n rot t
2020
hcpy png b-mesh
2121

2222
sys ccx b
23-
sys monitor.py b&
23+
sys ../Scripts/monitor.py b&
2424

2525
read b.frd
2626
ds -0 e 4

Streifen/scd.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plus na refnode r
2626
hcpy png scd-mesh
2727

2828
sys ccx scd
29-
sys monitor.py scd&
29+
sys ../Scripts/monitor.py scd&
3030

3131
read scd.frd
3232
ds -1 e 23

Streifen/sck.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plus na refnode r
2626
hcpy png sck-mesh
2727

2828
sys ccx sck
29-
sys monitor.py sck&
29+
sys ../Scripts/monitor.py sck&
3030

3131
read sck.frd
3232
ds -0 e 4

Streifen/sh.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plus n fix b
2121
plus n rot t
2222
hcpy png sh-mesh
2323
sys ccx sh
24-
sys monitor.py
24+
sys ../Scripts/monitor.py
2525

2626
read sh.frd
2727
ds -1 e 23

Streifen/sm.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plus n rot t
1919
hcpy png sm-mesh
2020

2121
sys ccx sm
22-
sys monitor.py sm&
22+
sys ../Scripts/monitor.py sm&
2323

2424
read sm.frd
2525
ds -0 e 4

Streifen/sr.fbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plus n rot t
2222
hcpy png sr-mesh
2323

2424
sys ccx sr
25-
sys monitor.py sr&
25+
sys ../Scripts/monitor.py sr&
2626

2727
read sr.frd
2828
ds -0 e 4

Test/Joints/dist.fbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ rot u 45
4747
tra l 30
4848
plot fv all
4949
hcpy png Refs/se-dist
50-
sys dat2txt.py solve
50+
sys ../../Scripts/dat2txt.py solve
5151
sys gnuplot frequency.gpl
5252
sys mv f.png Refs/f-dist.png

Test/Joints/kin.fbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ plot fv all
4545
hcpy png Refs/se-kin
4646

4747
sys rm Eigenvalues_1.txt
48-
sys dat2txt.py solve
48+
sys ../../Scripts/dat2txt.py solve
4949
sys gnuplot frequency.gpl
5050
sys mv f.png Refs/f-kin.png

Test/Joints/kin2.fbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ ds 14 e 7
5151
scal d
5252
scal d 5
5353
hcpy png Refs2/se2-kin
54-
sys dat2txt.py solve2
54+
sys ../../Scripts/dat2txt.py solve2
5555
sys gnuplot frequency.gpl
5656
sys mv f.png Refs2/f-kin.png

Test/Supports/post.fbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ ds 92 e 7
2323
hcpy png Refs/trans4
2424

2525
# surface data plots
26-
sys dat2txt.py trans
26+
sys ../../Scripts/dat2txt.py trans
2727
sys gnuplot surface.gpl
2828
sys mv surface*.png Refs/trans

Test/Supports/trfix.fbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ ds 8 e 7
2121
hcpy png Refs/trfix3
2222

2323
# surface data plots
24-
sys dat2txt.py trfix
24+
sys ../../Scripts/dat2txt.py trfix
2525
sys gnuplot surface.gpl
2626
sys mv surface*.png Refs/trfix

0 commit comments

Comments
 (0)