Page 1 of 1

Tip for P-T paths from loop/drive files

Posted: 13 May 2016, 15:23
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

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

Posted: 07 Jun 2016, 15:43
by opxcpx
Super useful, thanks!

Chris

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

Posted: 23 Mar 2022, 10:50
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 ?