Merge function_selection:compare, pmv-ashrea, psychrometric air temperature into just one function "psy_pmv #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The chart and annotation including the si and ip modes can be displayed correctly. The filled area (blue and grey) and light point(input1) with dark point(input2) can be moved based on the user selection on those six attributes.
Added "psychrometric air temperature" charts into the compare of function selection in the project, and combined 'PMV-ASHREA' and 'PMV EN' into one function to simplify the code into the compare of function selection in the project.
The attributes including 'Relative humidity', 'Dry-bulb Temperature' and comfort level can be shown in the compare of function selection
There are two filled areas blue and grey that are on input 1 and 2 respectively.
If one of the points is outside the comfort area, the warning "not comply with the one standard" can be shown on the chart.
The relevant exchanges including x-axis, input box, and the returned value on the top of the chart can be displayed on two modes 'si' and 'ip'
The relevant value in Annotation can be shown on the two modes 'si' and 'ip'
The string value of "complies with ASHRAE Standard 55-2023" can be adjusted by user changing the input of temperature or comfort area:
unit test:
User can select "compare" selection functionality and then choose the psychrometric air temperature, and set inputs of air temperature, mean radiant temperature, air speed, relative humidity, metabolic rate (met)and clothing level (clo). The chart will generate the visualization. The annotation will be generated and change the value based on the current mouse position. The chart size adapts to the current UI interface.
Can manually select SI or IP unit:
When the light dot inside the neutral sensation region and the dark dot outside the neutral sensation region, the corresponding ‘✔’(comply with ASHRAE Standard 55-2023),’✘‘ (Does not comply with ASHRAE Standard 55-2023), and both of their sensation will be displayed above the show result.
pic (SI or IP unit:)
Likewise, the dark dot inside the neutral sensation region and the light dot outside the neutral sensation region, the corresponding '✘ Does not comply with ASHRAE Standard 55-2023' and both of their sensation will be displayed above the show result.
pic (SI or IP unit:)
The column names are changed if the units changing from SI and IP