code-saturne / code-saturne/code_saturne

Problem in the GUI : the code can add twice the same scalar name

Open
#74 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
307
Forks
102
PR merge metrics
No merged PRs in 30d

Description

Hi,

In the "species transport" panel, if the user:
- add scalar1 then scalar2 and then scalar3
- then the user changes the name of scalar2 to scalar4 to have : scalar1, scalar4, scalar3
- and now the user adds a new scalar, the new scalar is scalar4 to have: scalar1, scalar4, scalar3 and scalar4.

I didn't take the time to find a fast smart correction to fix it.

Regards,

Yohann

Contributor guide

Open the contributing guide

Research direction

Start at the species transport panel and reproduce the sequence of adding scalar1, scalar2, and scalar3, renaming scalar2 to scalar4, then adding another scalar. Trace how the panel chooses a new scalar name; done means the new name is unique and the listed scalars remain scalar1, scalar4, scalar3, and a distinct new scalar.

Written by the indexing model from the issue text.

Assessment

Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.