Tip for P-T paths from loop/drive files

Help with installing and operating the software, including errors and unexpected results.
Post Reply
User avatar
EricKelly
Site Admin
Posts: 29
Joined: 21 Aug 2015, 20:34

Tip for P-T paths from loop/drive files

Post by EricKelly »

I discovered this recently and thought I'd share...

If you just want to run theriak along a non-linear path in P-T space, you can make a loop file that includes many PT points rather than specifying start and end points and a number of steps between those points. The default step size is 1 unless you specify otherwise. Here are some examples of loop files that run in TD:

File 1
As described in the guide, this has a staring point, an ending point, and 5 steps from start to end.

Code: Select all

REMOVE  GARNET  100
TP  555  5390
TP  556  5395  5
File 2
Or you can add points and specify steps between those points.

Code: Select all

REMOVE  GARNET  100
TP  555  5390
TP  556  5395  5
TP  557  5400  5
TP  558  5405  5
TP  559  5410  5
File 3
Or just put a series of PT points in without steps between

Code: Select all

REMOVE  GARNET  100
TP  555  5390
TP  556  5395
TP  557  5400
TP  558  5405
TP  559  5410
User avatar
opxcpx
Posts: 6
Joined: 27 Oct 2015, 14:57

Re: Tip for P-T paths from loop/drive files

Post by opxcpx »

Super useful, thanks!

Chris
Chris Andronicos
Associate Professor
Purdue University
User avatar
FabrizioS
Posts: 6
Joined: 31 Jan 2022, 13:58

Re: Tip for P-T paths from loop/drive files

Post by FabrizioS »

And if I wanted to remove certain phases from a '.' calculation type in domino, should I edit the THERIN file or the database ?
Post Reply