返回 Skill 列表
extension
分类: 开发与工程无需 API Key

PyCSE

针对pycse的逐步指导

person作者: jakexiaohubgithub

PyCSE

Support pycse workflows with clear steps and best practices.

Instruction

  • Identify the engineering problem type, such as reactor modeling, heat transfer, or kinetic parameter estimation.
  • Utilize the numerical solvers to integrate systems of ordinary differential equations (ODEs) for time-dependent chemical processes.
  • Perform non-linear regression analysis to fit experimental data to theoretical models, ensuring proper error estimation.
  • Implement boundary value problem (BVP) solvers for steady-state transport phenomena and diffusion-reaction systems.
  • Use specialized utilities for physical property lookups and unit conversions relevant to chemical engineering.
  • Generate high-quality plots to visualize concentration profiles, temperature gradients, or regression residuals.

When to Use

  • When solving complex mathematical models in chemical kinetics, thermodynamics, or transport phenomena.
  • When performing statistical data fitting and regression for experimental laboratory results.
  • When needing a Pythonic interface for traditional engineering numerical methods.

Output

  • Numerical solutions for differential equations and identified system steady-states.
  • Regression reports including optimized parameters, confidence intervals, and R-squared values.
  • Visualized engineering data and summary reports on model validity.