pathsim / pathsim/pathview

Parametric studies

Open
#181 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

backend frontend functionality
Dominant language
TypeScript
Stars
91
Forks
14
Avg merge
4m
Merged PRs (30d)
7

Description

For engineering purposes, users should be able to perform parametric studies/sweep.

Proposed UI

Setup

When defining a global parameter, users can tick "Parametric sweep" and provide a list of values instead of a float.
The rest is unchanged.

Image
Data export

Instead of exporting one csv file, PathView will create one csv file per value.

Visualisation

In the results section, users can decide, thanks to UI elements (sliders, menus, dropdown, etc.), to show either certain values or a range of values.

Image

Then for each scope, each signal (here value for example) is duplicated: value-1, value-2, value-3 etc based on what the user chose to display.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the global-parameter setup, CSV export, and results-visualisation entry points, then trace how parameter values and signals are represented. Done means supporting sweep values, per-value exports, selectable result ranges, and the specified duplicated signal display.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.