You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

RHEM-01 Update S-Shaped Case in Parameter file#46763/HEAD / v4
Tags:  not added yet

RHEM-01 Update S-Shaped Case in Parameter file[CRQ-46763]

Tracker: Requests Priority: NormalNormal Status: Resolved
Resolution:
Implemented
Release:
--
Assigned to:
rumpalSep 18 2018 09:07
Submitted by: peacockgSep 18 2018 09:07 Modified by: peacockgOct 04 2018 14:08 Severity:
--
Service Context:
--
Traceability
Loading…
Description
Need to capitalize "S" in Shaped for the S-Shaped slope shape in RHEM parameter.java file.

public void computeSlSxValues() {
switch (aoa.slopeShape) {
case "Uniform":
sl = aoa.slopeSteepness + ", " + aoa.slopeSteepness;
sx = 0.00 + ", " + 1.00;
break;
case "Convex":
sl = 0.001 + ", " + (aoa.slopeSteepness * 2);
sx = 0.00 + ", " + 1.00;
break;
case "Concave":
sl = (aoa.slopeSteepness * 2) + ", " + 0.001;
sx = 0.00 + ", " + 1.00;
break;
case "S-shaped":
sl = 0.001 + ", " + (aoa.slopeSteepness * 2) + ", " + 0.001;
sx = 0.00 + ", " + 0.50 + ", " + 1.00;
break;

Details
Comments & Attachments
Associations
Children
SCM Commits (1)
History (4)
Baselines
All (5)