numpy-numerics

Process engineering data with NumPy arrays for velocity fields, pump curves, and linear systems.

45|14|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/Soljourner/claude-engineering-skills --skill numpy-numerics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: numpy-numerics
Source: https://github.com/Soljourner/claude-engineering-skills/tree/main/skills/packages/numpy-numerics
Command: npx skills add https://github.com/Soljourner/claude-engineering-skills --skill numpy-numerics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NumPy Numerics accelerates engineering data work by providing clear, reusable array-based tools for velocity fields, pump curves, and linear systems, reducing manual calculations and errors.

Core Features & Use Cases

  • Array creation and manipulation with NumPy for efficient data handling.
  • Velocity field calculations for CFD post-processing and flow visualization.
  • Pump curve handling for data interpolation, fitting, and performance analysis.
  • Linear algebra & interpolation for pipe networks and structural systems.
  • Numerical integration and differentiation for flow and pressure analyses.

Quick Start

Install numpy and begin by creating arrays from your data, then perform vectorized operations to analyze engineering results.

Frequently Asked Questions about numpy-numerics

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

FAQPage Schema
How do I perform CFD post-processing on velocity fields using NumPy arrays?

CFD post-processing of velocity fields uses NumPy arrays to apply vectorized arithmetic and numerical differentiation, enabling scalable flow visualization and pressure analysis without manual calculations.

What is the best way to interpolate pump curve data for performance evaluation?

Interpolating pump curve data relies on NumPy's array manipulation and interpolation functions to fit performance points, enabling accurate pump performance evaluation and network flow calculations.

Can I solve linear systems for pipe network flow calculations with NumPy?

Solving linear systems for pipe network flow calculations is directly supported by NumPy matrix operations and linear algebra functions, providing reproducible numerical solutions across engineering disciplines.

Does NumPy support numerical integration for engineering pressure and flow analyses?

Numerical integration for engineering pressure and flow analyses is supported by NumPy arrays, allowing vectorized operations to process scalable datasets and reproduce structural system results.

Do I need any external libraries besides NumPy for engineering array manipulation?

No external libraries beyond NumPy are required for engineering array manipulation, as vectorized arithmetic, matrix operations, interpolation, and numerical integration are handled natively.