Author: Larry Lake
Publisher: Elsevier
ISBN: 0323143512
Category : Technology & Engineering
Languages : en
Pages : 680
Book Description
Reservoir Characterization is a collection of papers presented at the Reservoir Characterization Technical Conference, held at the Westin Hotel-Galleria in Dallas on April 29-May 1, 1985. Conference held April 29-May 1, 1985, at the Westin Hotel—Galleria in Dallas. The conference was sponsored by the National Institute for Petroleum and Energy Research, Bartlesville, Oklahoma. Reservoir characterization is a process for quantitatively assigning reservoir properties, recognizing geologic information and uncertainties in spatial variability. This book contains 19 chapters, and begins with the geological characterization of sandstone reservoir, followed by the geological prediction of shale distribution within the Prudhoe Bay field. The subsequent chapters are devoted to determination of reservoir properties, such as porosity, mineral occurrence, and permeability variation estimation. The discussion then shifts to the utility of a Bayesian-type formalism to delineate qualitative ""soft"" information and expert interpretation of reservoir description data. This topic is followed by papers concerning reservoir simulation, parameter assignment, and method of calculation of wetting phase relative permeability. This text also deals with the role of discontinuous vertical flow barriers in reservoir engineering. The last chapters focus on the effect of reservoir heterogeneity on oil reservoir. Petroleum engineers, scientists, and researchers will find this book of great value.
Reservoir Characterization
Author: Larry Lake
Publisher: Elsevier
ISBN: 0323143512
Category : Technology & Engineering
Languages : en
Pages : 680
Book Description
Reservoir Characterization is a collection of papers presented at the Reservoir Characterization Technical Conference, held at the Westin Hotel-Galleria in Dallas on April 29-May 1, 1985. Conference held April 29-May 1, 1985, at the Westin Hotel—Galleria in Dallas. The conference was sponsored by the National Institute for Petroleum and Energy Research, Bartlesville, Oklahoma. Reservoir characterization is a process for quantitatively assigning reservoir properties, recognizing geologic information and uncertainties in spatial variability. This book contains 19 chapters, and begins with the geological characterization of sandstone reservoir, followed by the geological prediction of shale distribution within the Prudhoe Bay field. The subsequent chapters are devoted to determination of reservoir properties, such as porosity, mineral occurrence, and permeability variation estimation. The discussion then shifts to the utility of a Bayesian-type formalism to delineate qualitative ""soft"" information and expert interpretation of reservoir description data. This topic is followed by papers concerning reservoir simulation, parameter assignment, and method of calculation of wetting phase relative permeability. This text also deals with the role of discontinuous vertical flow barriers in reservoir engineering. The last chapters focus on the effect of reservoir heterogeneity on oil reservoir. Petroleum engineers, scientists, and researchers will find this book of great value.
Publisher: Elsevier
ISBN: 0323143512
Category : Technology & Engineering
Languages : en
Pages : 680
Book Description
Reservoir Characterization is a collection of papers presented at the Reservoir Characterization Technical Conference, held at the Westin Hotel-Galleria in Dallas on April 29-May 1, 1985. Conference held April 29-May 1, 1985, at the Westin Hotel—Galleria in Dallas. The conference was sponsored by the National Institute for Petroleum and Energy Research, Bartlesville, Oklahoma. Reservoir characterization is a process for quantitatively assigning reservoir properties, recognizing geologic information and uncertainties in spatial variability. This book contains 19 chapters, and begins with the geological characterization of sandstone reservoir, followed by the geological prediction of shale distribution within the Prudhoe Bay field. The subsequent chapters are devoted to determination of reservoir properties, such as porosity, mineral occurrence, and permeability variation estimation. The discussion then shifts to the utility of a Bayesian-type formalism to delineate qualitative ""soft"" information and expert interpretation of reservoir description data. This topic is followed by papers concerning reservoir simulation, parameter assignment, and method of calculation of wetting phase relative permeability. This text also deals with the role of discontinuous vertical flow barriers in reservoir engineering. The last chapters focus on the effect of reservoir heterogeneity on oil reservoir. Petroleum engineers, scientists, and researchers will find this book of great value.
Hollywood Highbrow
Author: Shyon Baumann
Publisher: Princeton University Press
ISBN: 0691187282
Category : Performing Arts
Languages : en
Pages : 242
Book Description
Today's moviegoers and critics generally consider some Hollywood products--even some blockbusters--to be legitimate works of art. But during the first half century of motion pictures very few Americans would have thought to call an American movie "art." Up through the 1950s, American movies were regarded as a form of popular, even lower-class, entertainment. By the 1960s and 1970s, however, viewers were regularly judging Hollywood films by artistic criteria previously applied only to high art forms. In Hollywood Highbrow, Shyon Baumann for the first time tells how social and cultural forces radically changed the public's perceptions of American movies just as those forces were radically changing the movies themselves. The development in the United States of an appreciation of film as an art was, Baumann shows, the product of large changes in Hollywood and American society as a whole. With the postwar rise of television, American movie audiences shrank dramatically and Hollywood responded by appealing to richer and more educated viewers. Around the same time, European ideas about the director as artist, an easing of censorship, and the development of art-house cinemas, film festivals, and the academic field of film studies encouraged the idea that some American movies--and not just European ones--deserved to be considered art.
Publisher: Princeton University Press
ISBN: 0691187282
Category : Performing Arts
Languages : en
Pages : 242
Book Description
Today's moviegoers and critics generally consider some Hollywood products--even some blockbusters--to be legitimate works of art. But during the first half century of motion pictures very few Americans would have thought to call an American movie "art." Up through the 1950s, American movies were regarded as a form of popular, even lower-class, entertainment. By the 1960s and 1970s, however, viewers were regularly judging Hollywood films by artistic criteria previously applied only to high art forms. In Hollywood Highbrow, Shyon Baumann for the first time tells how social and cultural forces radically changed the public's perceptions of American movies just as those forces were radically changing the movies themselves. The development in the United States of an appreciation of film as an art was, Baumann shows, the product of large changes in Hollywood and American society as a whole. With the postwar rise of television, American movie audiences shrank dramatically and Hollywood responded by appealing to richer and more educated viewers. Around the same time, European ideas about the director as artist, an easing of censorship, and the development of art-house cinemas, film festivals, and the academic field of film studies encouraged the idea that some American movies--and not just European ones--deserved to be considered art.
Fresh from the Farm 6pk
Author: Rigby
Publisher:
ISBN: 9781418914219
Category :
Languages : en
Pages : 0
Book Description
Publisher:
ISBN: 9781418914219
Category :
Languages : en
Pages : 0
Book Description
Introduction to Programming in Python
Author: Robert Sedgewick
Publisher: Addison-Wesley Professional
ISBN: 0134076524
Category : Computers
Languages : en
Pages : 1487
Book Description
Today, anyone in a scientific or technical discipline needs programming skills. Python is an ideal first programming language, and Introduction to Programming in Python is the best guide to learning it. Princeton University’s Robert Sedgewick, Kevin Wayne, and Robert Dondero have crafted an accessible, interdisciplinary introduction to programming in Python that emphasizes important and engaging applications, not toy problems. The authors supply the tools needed for students to learn that programming is a natural, satisfying, and creative experience. This example-driven guide focuses on Python’s most useful features and brings programming to life for every student in the sciences, engineering, and computer science. Coverage includes Basic elements of programming: variables, assignment statements, built-in data types, conditionals, loops, arrays, and I/O, including graphics and sound Functions, modules, and libraries: organizing programs into components that can be independently debugged, maintained, and reused Object-oriented programming and data abstraction: objects, modularity, encapsulation, and more Algorithms and data structures: sort/search algorithms, stacks, queues, and symbol tables Examples from applied math, physics, chemistry, biology, and computer science—all compatible with Python 2 and 3 Drawing on their extensive classroom experience, the authors provide Q&As, exercises, and opportunities for creative practice throughout. An extensive amount of supplementary information is available at introcs.cs.princeton.edu/python. With source code, I/O libraries, solutions to selected exercises, and much more, this companion website empowers people to use their own computers to teach and learn the material.
Publisher: Addison-Wesley Professional
ISBN: 0134076524
Category : Computers
Languages : en
Pages : 1487
Book Description
Today, anyone in a scientific or technical discipline needs programming skills. Python is an ideal first programming language, and Introduction to Programming in Python is the best guide to learning it. Princeton University’s Robert Sedgewick, Kevin Wayne, and Robert Dondero have crafted an accessible, interdisciplinary introduction to programming in Python that emphasizes important and engaging applications, not toy problems. The authors supply the tools needed for students to learn that programming is a natural, satisfying, and creative experience. This example-driven guide focuses on Python’s most useful features and brings programming to life for every student in the sciences, engineering, and computer science. Coverage includes Basic elements of programming: variables, assignment statements, built-in data types, conditionals, loops, arrays, and I/O, including graphics and sound Functions, modules, and libraries: organizing programs into components that can be independently debugged, maintained, and reused Object-oriented programming and data abstraction: objects, modularity, encapsulation, and more Algorithms and data structures: sort/search algorithms, stacks, queues, and symbol tables Examples from applied math, physics, chemistry, biology, and computer science—all compatible with Python 2 and 3 Drawing on their extensive classroom experience, the authors provide Q&As, exercises, and opportunities for creative practice throughout. An extensive amount of supplementary information is available at introcs.cs.princeton.edu/python. With source code, I/O libraries, solutions to selected exercises, and much more, this companion website empowers people to use their own computers to teach and learn the material.
Seismic Geomorphology
Author: R. J. Davies
Publisher: Geological Society of London
ISBN: 9781862392236
Category : Science
Languages : en
Pages : 296
Book Description
We are poised to embark on a new era of discovery in the study of geomorphology. The discipline has a long and illustrious history, but in recent years an entirely new way of studying landscapes and seascapes has been developed. It involves the use of 3D seismic data. Just as CAT scans allow medical staff to view our anatomy in 3D, seismic data now allows Earth scientists to do what the early geomorphologists could only dream of - view tens and hundreds of square kilometres of the Earth's subsurface in 3D and therefore see for the first time how landscapes have evolved through time. This volume demonstrates how Earth scientists are starting to use this relatively new tool to study the dynamic evolution of a range of sedimentary environments.
Publisher: Geological Society of London
ISBN: 9781862392236
Category : Science
Languages : en
Pages : 296
Book Description
We are poised to embark on a new era of discovery in the study of geomorphology. The discipline has a long and illustrious history, but in recent years an entirely new way of studying landscapes and seascapes has been developed. It involves the use of 3D seismic data. Just as CAT scans allow medical staff to view our anatomy in 3D, seismic data now allows Earth scientists to do what the early geomorphologists could only dream of - view tens and hundreds of square kilometres of the Earth's subsurface in 3D and therefore see for the first time how landscapes have evolved through time. This volume demonstrates how Earth scientists are starting to use this relatively new tool to study the dynamic evolution of a range of sedimentary environments.
New Publications of the Geological Survey
Author: Geological Survey (U.S.)
Publisher:
ISBN:
Category : Geology
Languages : en
Pages : 836
Book Description
Publisher:
ISBN:
Category : Geology
Languages : en
Pages : 836
Book Description
Trichier
Author: Alessandra Ceretto
Publisher: Lulu.com
ISBN: 136509796X
Category :
Languages : en
Pages : 192
Book Description
Publisher: Lulu.com
ISBN: 136509796X
Category :
Languages : en
Pages : 192
Book Description
Commemorative Naming in the United States
Author:
Publisher:
ISBN:
Category : Names, Geographical
Languages : en
Pages : 2
Book Description
Publisher:
ISBN:
Category : Names, Geographical
Languages : en
Pages : 2
Book Description
National Wetlands Inventory Products
Author:
Publisher:
ISBN:
Category : Wetland surveys
Languages : en
Pages : 2
Book Description
Publisher:
ISBN:
Category : Wetland surveys
Languages : en
Pages : 2
Book Description
3-D Seismic Exploration
Author: Robert J. Graebner
Publisher: SEG Books
ISBN:
Category : Science
Languages : en
Pages : 868
Book Description
The 3D seismic method evolved as a natural outgrowth of 2D seismic exploration. This reprint volume attempts to chronicle both the evolution and the state-of-the-art of the 3D seismic method. Papers selected for this volume sample the literature from the early 1970s through 1998. They were drawn primarily from Geophysics, Geophysical Prospecting, The Leading Edge, and First Break. From these journals and publications alone, more than 200 candidate articles were identified dealing with some aspect of 3D seismic exploration. Selection criteria included historical significance, tutorial value, novelty, theoretical importance, practicality, and cost-benefit analysis. The papers are arranged chronologically. The papers in this volume and their rich reference lists cover virtually all of the relevant work on exploration 3D through 1998. The chapters are "The Early Work," "3-D Field Methods," "3-D Processing Imaging," "3-D Case Histories/Interpretation," "Shallow 3-D Seismic Methods," and "3-D Economics."
Publisher: SEG Books
ISBN:
Category : Science
Languages : en
Pages : 868
Book Description
The 3D seismic method evolved as a natural outgrowth of 2D seismic exploration. This reprint volume attempts to chronicle both the evolution and the state-of-the-art of the 3D seismic method. Papers selected for this volume sample the literature from the early 1970s through 1998. They were drawn primarily from Geophysics, Geophysical Prospecting, The Leading Edge, and First Break. From these journals and publications alone, more than 200 candidate articles were identified dealing with some aspect of 3D seismic exploration. Selection criteria included historical significance, tutorial value, novelty, theoretical importance, practicality, and cost-benefit analysis. The papers are arranged chronologically. The papers in this volume and their rich reference lists cover virtually all of the relevant work on exploration 3D through 1998. The chapters are "The Early Work," "3-D Field Methods," "3-D Processing Imaging," "3-D Case Histories/Interpretation," "Shallow 3-D Seismic Methods," and "3-D Economics."