<

Page 2 of 2 FirstFirst 1 2
Results 13 to 14 of 14

Thread: Relative permeability tables & Endpoint Scaling

  1. #13

    Join Date
    Jan 2009
    Location
    ALA, KZ
    Posts
    436

    Re: Relative permeability tables & Endpoint Scaling

    Very intersting
    but also try to assign RelPerm not to a block values but to each satnum based on porosity values or perm values as the rock behaves
    here some present fom me to enhance you file
    using this module you can print directly to txt file
    Sub export_file()
    Dim iFileNo As Integer
    iFileNo = FreeFile
    Dim eline As String
    Dim ddate As Date
    Dim well_export As String
    'well_export = Range("well_export")
    Dim suser As String
    Dim scomputer As String
    Dim temp_line As String
    Dim path1 As String

    If Range("path") = Empty Then

    Path = ActiveWorkbook.Path

    Path = Path & "\" & Range("fname")
    Else
    Path = Range("path")

    End If
    'MsgBox (path1)
    'Exit Sub

    ddate = Now

    Const ForReading = 1, ForWriting = 2, ForAppending = 3
    Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0
    Dim fs, f, ts, s
    Set fs = CreateObject("Scripting.FileSystemObject")
    Set ts = fs.CreateTextFile(Path, True)


    'Open Range(path1) For Output As #iFileNo
    'Close #iFileNo

    suser = VBA.Environ("USERNAME")
    scomputer = VBA.Environ("COMPUTERNAME")




    ts.writeline "---EXPORT OF NNC DATA"
    ts.writeline "---DATE OF REVISION " & ddate
    ts.writeline "---USER - " & suser
    ts.writeline "---COMPUTER - " & scomputer
    ts.writeline ""


    Set fg = Worksheets("NNC")

    ts.writeline "NNC"


    n = 2
    Do Until Trim(fg.Cells(n, 1)) = ""
    temp_str = ""
    For i = 1 To 7
    'If Trim(fg.Cells(n, i)) <> "" And IsNumeric(fg.Cells(n, i)) = True Then temp_str = temp_str & Format(fg.Cells(n, i), "0.000000000000") & " "
    'If Trim(fg.Cells(n, i)) <> "" And IsNumeric(fg.Cells(n, i)) = False Then
    temp_str = temp_str & fg.Cells(n, i) & " "
    Next i

    ts.writeline temp_str & "/" & " ---" & fg.Cells(n, 8)
    ' End If

    n = n + 1
    Loop
    ts.writeline "/"
    ts.writeline ""
    ts.Close

    End Sub

  2. # ADS
    Spons Circuit
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     
  3. Re: Relative permeability tables & Endpoint Scaling

    Please can someone explain what is a and b?
    Why is a = 0.4031 and b = -0.0871?
    What is Pca / Ja?
    What is Pcb / Jb?


    Read more:

    [link Point to another website Only the registered members can access]


  4.    Sponsored Links



    -

  •   

Similar Threads

  1. Relative Permeability
    By adadsads in forum Laboratory Measurements
    Replies: 0
    Last Post: 06-03-2013, 09:25 AM
  2. Use of relative permeability hysteresis
    By dipak_m in forum Reservoir
    Replies: 1
    Last Post: 01-18-2013, 05:32 PM
  3. Relative permeability by JBN method
    By abdalhadi_8027 in forum Reservoir
    Replies: 1
    Last Post: 04-19-2012, 04:11 PM
  4. Relative Permeability Concept
    By uae56 in forum Reservoir
    Replies: 1
    Last Post: 03-19-2011, 01:39 AM
  5. Article: Relative permeability tables & Endpoint Scaling
    By vinomarky in forum Home Articles
    Replies: 0
    Last Post: 11-03-2010, 02:32 AM

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
  •