Thermo-Calc-Toolbox-7

10 views (last 30 days)
Na Ta
Na Ta on 28 May 2015
Commented: A T on 5 Nov 2018
I am trying to use the Thermo-Calc-Toolbox-7 to run a program, in which I want to use a thermodynamic database file 'PPOP' I have defined by myself:
% **************************
% Initiate the TC system tc_init_root;
% Choose database
tc_open_database('PPOP');
......
However,the following error always comes up:
ERROR IN SGTBEG : NO SUCH DATABASE E
ERROR IN CFCE : ERROR COMPUTING EQUILIBRIUM
Hope for the answers soon.
  2 Comments
A T
A T on 3 Nov 2018
Hi, Have you been able to figure out a solution for this question? I am also facing the same issue.
A T
A T on 5 Nov 2018
I figured out the answer: tc_append_database('USER D:\Simulation\Diff.tdb');

Sign in to comment.

Answers (0)

Categories

Find more on Thermodynamics and Heat Transfer in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!