Skip to content

Commit

Permalink
ideal gas limit, delta->0,
Browse files Browse the repository at this point in the history
related to #11
  • Loading branch information
thorade committed Jul 30, 2013
1 parent 42cbfa7 commit 85ddb57
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Phi = exp(-ni9*(delta-1)^2-ni10*(tau-1)^2)
nonAnalyticalTerms = ni1*delta*Distance^ni6*Phi;
% fr = +residualPolyTerms +BWRTerms +GaussTerms +nonAnalyticalTerms;
fr = +nonAnalyticalTerms
fr = +GaussTerms
fr = simplify(fr)

%% First derivatives
Expand Down Expand Up @@ -83,3 +83,6 @@
frtdd = simplify(frtdd)
frddd = diff(frdd,delta);
frddd = simplify(frddd)

%% ideal gas limit
limit(frd,delta,0,'right')

0 comments on commit 85ddb57

Please sign in to comment.