vibeflow-calculix

Convert caseDict specifications into CalculiX input decks and run the solver.

12|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/sunrise-hjx/vibeFlow-skills --skill vibeflow-calculix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibeflow-calculix
Source: https://github.com/sunrise-hjx/vibeFlow-skills/tree/main/vibeflow-calculix
Command: npx skills add https://github.com/sunrise-hjx/vibeFlow-skills --skill vibeflow-calculix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables end-to-end CalculiX-based structural analysis within VibeCAE by converting caseDict specifications into runnable input decks, driving solver runs, and coordinating post-processing workflows, all while preserving a traceable lineage to the original user intent.

Core Features & Use Cases

  • Generate Abaqus-style .inp compatible input decks from 0-caseDict/caseDict for CalculiX workloads.
  • Manage solver execution, results extraction, and post-processing data into reusable templates and reports.
  • Supports development workflows for templates, material libraries, and result converters when needed.

Quick Start

Generate a minimal CalculiX-ready case from 0-caseDict/caseDict and run the ccx solver in the case directory.

Frequently Asked Questions about vibeflow-calculix

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

FAQPage Schema
How do I generate a CalculiX input deck from caseDict specifications?

CalculiX input deck generation converts caseDict specifications into an Abaqus-style .inp file by mapping materials, sections, boundaries, and loads. It enforces a consistent unit system to ensure reproducible structural analyses.

What types of FEM analyses can I run using CalculiX with this workflow?

You can run linear and nonlinear static, thermo-structural, modal, buckling, and contact FEM analyses. The workflow executes the ccx solver and validates results through logs and standard output files.

Can I manage mesh conversion and post-processing within CalculiX workflows?

Yes, mesh conversion and results parsing are supported to coordinate post-processing. Results extraction organizes solver data into reusable templates and reports for structural analysis outputs.

Does this CalculiX workflow enforce a consistent unit system for structural analysis?

Yes, the workflow enforces a consistent unit system during input deck generation. Proper mapping of materials, sections, boundaries, loads, and outputs ensures reproducible structural analyses.

What is the best way to validate CalculiX solver execution and results?

Validate CalculiX solver execution through logs and standard result files. The workflow parses outputs from the ccx solver run to ensure accurate structural analysis results.