The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 2d parametric van Laar equations

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
kaffee_krank Posted - 01/13/2014 : 1:00:13 PM
Hello,

i want to depict: Solidus/Liquidus curve equantions for solid solution system. Its a 2d parametric presentation.

File - New - Function plot - 2d parametric function plot

Parameter t from 0 to 1

X(t) = exp{50000/8,314*(1/t-1/1000)}-1/exp{50000/8,314*(1/t-1/1000)-50000/8,314*(1/t-1/1400)}-1

&

Y(t) = exp{50000/8,314*(1/t-1/1000)}-1/exp{50000/8,314*(1/t-1/1000)-exp(1/t-1/1400)}-1

The problem: it does not work. whats my failure?





Column Value scripts

[13.01.2014 18:24:26]
incorrect number of arguments passed to function: EXP
Failed to create operation for FUNC_A due to error in Set Column Value scripts
incorrect number of arguments passed to function: EXP
Failed to create operation for FUNC_B due to error in Set Column Value scripts

[13.01.2014 18:29:13]
incorrect number of arguments passed to function: EXP
Failed to create operation for FUNC_B due to error in Set Column Value scripts
incorrect number of arguments passed to function: EXP
Failed to create operation for FUNC_A due to error in Set Column Value scripts

[13.01.2014 18:33:29]
Undefined variable: EXP_C
Failed to create operation for FUNC_A due to error in Set Column Value scripts
Undefined variable: EXP_E
Failed to create operation for FUNC_B due to error in Set Column Value scripts

[13.01.2014 18:40:04]
Undefined variable: EXP_C
Failed to create operation for FUNC_A due to error in Set Column Value scripts
Undefined variable: EXP_E
Failed to create operation for FUNC_B due to error in Set Column Value scripts

[13.01.2014 18:42:23]
Undefined variable: EXP_J
Failed to create operation for FUNC_A due to error in Set Column Value scripts
Undefined variable: EXP_L
Failed to create operation for FUNC_B due to error in Set Column Value scripts
Undefined variable: EXP_

[13.01.2014 18:57:22]
Undefined variable: EXP_
Failed to create operation for FUNC_A due to error in Set Column Value scripts
Undefined variable: EXP_
Failed to create operation for FUNC_B due to error in Set Column Value scripts


thank you for help
1   L A T E S T    R E P L I E S    (Newest First)
lkb0221 Posted - 01/13/2014 : 1:41:54 PM
Hi,

First, we do not use "{}" in formulas, so replace them with "()"
Second, by default, we use dot to indicate decimal digits instead of comma.

So the equations would be:
X(t) = exp(50000/8.314*(1/t-1/1000))-1/exp(50000/8.314*(1/t-1/1000)-50000/8.314*(1/t-1/1400))-1
Y(t) = exp(50000/8.314*(1/t-1/1000))-1/exp(50000/8.314*(1/t-1/1000)-exp(1/t-1/1400))-1

Another problem is, if t is from 0 to 1, there will be no data point. Actually, there will be no data until t equals to 9.
So I guess your "8,314" might be "8314"?

Anyway, there might be something else you need to fix in your formula.

Zheng
OriginLab

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000