results_skill

Extract key results from OPM/Eclipse simulation outputs.

4.1k|1.1k|Updated Oct 19, 2023
One-click install
npx skills add https://github.com/NVIDIA/GenerativeAIExamples --skill results-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: results_skill
Source: https://github.com/NVIDIA/GenerativeAIExamples/tree/main/industries/energy/simulation-workflow-agent/sim_agent/src/simulator_agent/skills/results_skill
Command: npx skills add https://github.com/NVIDIA/GenerativeAIExamples --skill results-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, langchain-core, pydantic, pyflowdiagnostics, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill enables engineers to extract actionable results from OPM/Eclipse reservoir simulations by reading summary data, grid properties, and flow diagnostics without manual parsing.

Core Features & Use Cases

  • Read time-series data from simulation outputs (summary) to monitor production and performance.
  • Retrieve static grid properties (PORO, PERMX, etc.) from INIT/EGRID to assess reservoir characteristics.
  • Run flow diagnostics (TOF, tracer distribution, allocation factors, F-Phi, Lorenz) for post-processing and validation.
  • Use in QA, model comparison, and reporting to quickly generate consistent result summaries.

Quick Start

Load a .DATA case and request summary metrics, grid properties, or flow diagnostics to obtain structured results.

Frequently Asked Questions about results_skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract time-series summary data from Eclipse simulation outputs?

To extract time-series summary data from Eclipse simulations, you need .SMSPEC and .UNSMRY output files. The Skill reads these formats to monitor production performance and generate structured summary metrics without manual parsing.

Can I retrieve static grid properties like PORO and PERMX from OPM .INIT and .EGRID files?

Yes, you can retrieve static grid properties such as PORO and PERMX from OPM .INIT and .EGRID files. The Skill parses these files to assess reservoir characteristics and return structured property summaries.

How do I run flow diagnostics like TOF and Lorenz on reservoir simulation results?

You can run flow diagnostics including TOF, tracer distribution, allocation factors, F-Phi, and Lorenz on simulation results. The Skill requires RPTRST-enabled flows and processes diagnostics across multiple timesteps.

Does this Skill handle missing files or incompatible data when reading OPM and Eclipse outputs?

Yes, this Skill handles missing files or incompatible data when reading OPM and Eclipse outputs. It implements validation tools with error handling to ensure consistent result summaries and prevent parsing failures.

What is the best way to quickly generate consistent summaries for reservoir simulation QA and reporting?

The best way to generate consistent reservoir simulation summaries for QA and reporting is to load a .DATA case and request summary metrics, grid properties, or flow diagnostics to obtain structured results.