Skip to content

Commit ae51fc4

Browse files
committed
hotwater mixing data and scripts
1 parent 4f5d192 commit ae51fc4

File tree

58 files changed

+513
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+513
-0
lines changed

hello-world-connect.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import tecplot as tp
2+
tp.session.connect()
3+
tp.new_layout()
4+
frame = tp.active_frame()
5+
frame.add_text('Hello, World!', (50, 50))

hello-world.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import tecplot as tp
2+
tp.new_layout()
3+
frame = tp.active_frame()
4+
frame.add_text('Hello, World!', (50, 50))
5+
tp.save_png('hello-world.png')

hotwatermixing/HotWaterMixing.plt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:3246548ab2e48a579efbfbf6264d289563fb244d10bdbb0437487e7227325b20
3+
size 1376616
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:3246548ab2e48a579efbfbf6264d289563fb244d10bdbb0437487e7227325b20
3+
size 1376616
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:79ca70c561745a73553c91bb2e4dec54dbdbb3a9a7e53e238322942e11311aac
3+
size 1376616
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:25018b7c19139dd8660867fdeb012a9394cac6465d496c79608054e4f8f37e3a
3+
size 1376616
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:af031385f0044de799665273961f12183fdde77573ec105cad516038fdd3b407
3+
size 1376616
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:1136de37a0ad1875cb5e2bbbdd01f13bdad0ff5e0bca6f98027b152fe83d7549
3+
size 1376616
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f95cafae8ec58b2574b67de001b5dd14207d4993373aafd428abfc8d3c25cc3e
3+
size 1376616
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ebaf113ed5f302b5c75ac9847dcb6cd11bbbd83ceabd65eeae2139fde5c44aae
3+
size 1376616

0 commit comments

Comments
 (0)