<

Page 5 of 36 FirstFirst ... 3 4 5 6 7 15 ... LastLast
Results 49 to 60 of 423

Thread: Excel library for process calc's including distillation

  1. #49
    Properties is able to calculate the true critical points of multicomponent mixtures, I do that from the Excel application page distributed with the software, it plots the phase envelope with critical points, cricondenbar and cricondentherm.

  2. # ADS
    Spons Circuit
    Join Date
    Always
    Posts
    Many
     
  3. I have a C1-C9 + N2, CO2 mixture and I wish to calculate phase envelope with critical point,
    how reliable is this sofware ?
    have you compared resuls against oter simulators ?

  4.    Sponsored Links



    -

  5. #51
    I would suggest that you read this page
    "http://www.prode.com/en/phaseenvelope.htm"
    then if you have specific questions post here,
    Carlo

  6. thanks

  7. #53
    very, very nice,
    thank you !

  8.    Spons.


  9. #54
    May I ask for a little help with multiphase vapor-liquid-liquid ?
    I get vapor + two liquid phases where another software says there is a vapor and one liquid phase, I would be interested in a procedure for testing the stability of the mixture.

  10. #55
    cmarc,
    Properties does have methods for calculating fugacites and derivatives vs. composition, pressure, temperature, see the manual , page 60

    "http://www.prode.com/docs/pppman.pdf"

    here there is a copy and paste

    integer res = StrFv(integer stream,integer state,double t ,double p, double *w,double *fg)
    Given a predefined stream the required state (vapor, liquid, solid) ) and operating conditions returns the vector of fugacities (Pa)
    integer res = StrFvd(integer stream,integer state,double t ,double p, double *w,double *fg, double *dfgt,
    double *dfgp, double **dfgw)
    Given a predefined stream the required state (vapor, liquid, solid) ) and operating conditions returns the vector of fugacities (Pa)
    and related derivatives vs. temperature (K), pressure (Pa), composition (note : derivatives vs. composition as matrix [n][m])
    integer res = StrFvdv(integer stream,integer state,double t ,double p, double *w,double *fg, double *dfgt,
    double *dfgp, double *dfgw)
    Given a predefined stream the required state (vapor, liquid, solid) ) and operating conditions returns the vector of fugacities (Pa)
    and related derivatives vs. temperature (K), pressure (Pa), composition (note : derivatives vs. composition as vector [n*m])
    integer res = StrlnFv(integer stream,integer state,double t ,double p, double *w,double *lnfg)
    Given a predefined stream the required state (vapor, liquid, solid) ) and operating conditions returns the vector of ln fugacities
    integer res = StrlnFvd(integer stream,integer state,double t ,double p, double *w,double *lnfg, double
    *dlnfgt, double *dlnfgp, double **dlnfgw)
    Given a predefined stream the required state (vapor, liquid, solid) ) and operating conditions returns the vector of ln fugacities
    and related derivatives vs. temperature (K), pressure (Pa), composition (note : derivatives vs. composition as matrix [n][m])
    integer res = StrlnFvdv(integer stream,integer state,double t ,double p, double *w,double *lnfg, double
    *dlnfgt, double *dlnfgp, double **dlnfgw)
    Given a predefined stream the required state (vapor, liquid, solid) ) and operating conditions returns the vector of ln fugacities
    and related derivatives vs. temperature (K), pressure (Pa), composition (note : derivatives vs. composition as vector [n*m])

    with these methods you can use the tngent plane analysis to validate the stability of a system,
    do you know this procedure ? If not I can suggest some good textbooks.

  11. #56
    I remember Baker's work, do you suggest to calculate the tangent plane distance from compositions & fugacities ?
    That could be done in Properties, unfortunately I can't with a different software.

  12. to validate a condition you must find a way to calculate Gibbs energy (and compare with a different state)

  13. #58
    thanks carlo.stenali & Tinom,
    another question,
    how can I set BIPs for UNIQUAC, NRTL etc. ?

  14. #59
    in Properties you can set BIPs via Stream Editor or programmatically (there are more than 300 methods/macros exported which you can use)
    Properties has a database for Kij, Aij, Gij etc. and procedures to regress VLE/LLE data.

  15.    Spons.


  16. #60
    carlo.stenali,
    I wish to define compositions and BIPs from Excel VBA, which is the correct way ?
    Thank you.

Similar Threads

  1. Replies: 29
    Last Post: 02-13-2018, 07:53 PM
  2. Replies: 2
    Last Post: 04-07-2013, 07:08 PM
  3. Replies: 7
    Last Post: 12-10-2012, 08:13 PM
  4. Replies: 18
    Last Post: 05-31-2012, 01:08 PM
  5. PSV (Spring loaded) sizing calc in Excel
    By MartinST in forum Engineering Programming
    Replies: 0
    Last Post: 12-23-2011, 03:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40