Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 98
    • Merge requests 98
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Issues
  • #554
Closed
Open
Created Aug 13, 2018 by Ranjeet@rksin8Reporter

Convert Eclipse Grid to DGF grid along with permeability and porosity data

Hi, I want to convert eclipse grid file to dgf grid file along with the porosity and permeability data. As per dumux-handbook-2.12, page: 74, One needs to create an object of Dune::DGFWriter and call the write() function. But as an example, Dune :: DGFWriterParam was created in the handbook:

Dune::DGFWriterParam < CpGrid::LeafGridView > dgfWriter( grid.leafView()) ); \\grid.leafGridView()

Could you please tell me where can I find the class details of DGFWriterParam, so that I can know about functions to write permeability and porosity data to dgf grid file?

Thank you!

Regards, Ranjeet

Assignee
Assign to
Time tracking