Skip to content

Commit a3ae303

Browse files
authored
Merge pull request #322 from cse-sim/doc-review-fixes
RSYS documentation revisited
2 parents 20dfca3 + caf12af commit a3ae303

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

doc/src/records/rsys.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@ Ratio of rsCAP05 over rsCAP47.
413413
<%= member_table(
414414
units: "",
415415
legal_range: "x $>$ 0",
416-
default: "In development",
416+
default: "0",
417417
required: "No",
418-
variability: "constant") %>
418+
variability: "run start time") %>
419419

420420
**rsCapRat11595=*float***
421421

@@ -426,7 +426,7 @@ Ratio of rsCAP115 over rsCAP95.
426426
legal_range: "0 $<$ x $\\geq$ 1",
427427
default: "0.9155",
428428
required: "No",
429-
variability: "constant") %>
429+
variability: "run start time") %>
430430

431431
**rsCapRat8295=*float***
432432

@@ -437,7 +437,7 @@ Ratio of rsCAP82 over rsCAP95.
437437
legal_range: "1 $\\leq$ x $<$ 2",
438438
default: "1.06",
439439
required: "No",
440-
variability: "Start of a run") %>
440+
variability: "run start time") %>
441441

442442
**rsCapRatCH=*float***
443443

@@ -490,7 +490,7 @@ Coefficient of performance at outdoor dry-bulb temperature of 47 ^o^F, minimum s
490490
<%= member_table(
491491
units: "",
492492
legal_range: "Calculated from rsCAP47, rsCOP47",
493-
default: "0.0",
493+
default: "rsCOP47",
494494
required: "No",
495495
variability: "Before set up or at the end of interval") %>
496496

@@ -501,7 +501,7 @@ Coefficient of performance at outdoor dry-bulb temperature of 35 ^o^F, minimum s
501501
<%= member_table(
502502
units: "",
503503
legal_range: "Calculated from rsCAP35, rsCOP35",
504-
default: "0.0",
504+
default: "Derived from rsCAP47 and rsCAP17",
505505
required: "No",
506506
variability: "Before set up or at the end of interval") %>
507507

@@ -512,7 +512,7 @@ Coefficient of performance at outdoor dry-bulb temperature of 17 ^o^F, minimum s
512512
<%= member_table(
513513
units: "",
514514
legal_range: "Calculated from rsCAP17, rsCOP17",
515-
default: "0.0",
515+
default: "rsCOP17",
516516
required: "No",
517517
variability: "Before set up or at the end of interval") %>
518518

@@ -523,13 +523,13 @@ Coefficient of performance at outdoor dry-bulb temperature of 5 ^o^F, minimum sp
523523
<%= member_table(
524524
units: "",
525525
legal_range: "Calculated from rsCAP05, rsCOP05",
526-
default: "0.0",
526+
default: "rsCOP05",
527527
required: "No",
528528
variability: "Before set up or at the end of interval") %>
529529

530530
**rsloadFMin115=*float***
531531

532-
Fraction of a clg minimum load at 115 ^o^F.
532+
Ratio of total cooling capacity at minimum (non-cycling) speed to full-speed total cooling capacity at 115 ^o^F outdoor dry bulb temperature.
533533

534534
<%= member_table(
535535
units: "",
@@ -540,7 +540,7 @@ Fraction of a clg minimum load at 115 ^o^F.
540540

541541
**rsloadFMin95=*float***
542542

543-
Fraction of a clg minimum load at 95 ^o^F.
543+
Ratio of total cooling capacity at minimum (non-cycling) speed to full-speed total cooling capacity at 95 ^o^F outdoor dry bulb temperature.
544544

545545
<%= member_table(
546546
units: "",
@@ -551,7 +551,7 @@ Fraction of a clg minimum load at 95 ^o^F.
551551

552552
**rsloadFMin82=*float***
553553

554-
Fraction of a clg minimum load at 82 ^o^F.
554+
Ratio of total cooling capacity at minimum (non-cycling) speed to full-speed total cooling capacity at 82 ^o^F outdoor dry bulb temperature.
555555

556556
<%= member_table(
557557
units: "",
@@ -562,7 +562,7 @@ Fraction of a clg minimum load at 82 ^o^F.
562562

563563
**rsloadFMin47=*float***
564564

565-
Fraction of a htg minimum load at 47 ^o^F.
565+
Ratio of heating capacity at minimum (non-cycling) speed to full-speed total cooling capacity at 47 ^o^F outdoor dry bulb temperature.
566566

567567
<%= member_table(
568568
units: "",
@@ -573,7 +573,7 @@ Fraction of a htg minimum load at 47 ^o^F.
573573

574574
**rsloadFMin17=*float***
575575

576-
Fraction of a htg minimum load at 17 ^o^F.
576+
Ratio of heating capacity at minimum (non-cycling) speed to full-speed total cooling capacity at 17 ^o^F outdoor dry bulb temperature.
577577

578578
<%= member_table(
579579
units: "",
@@ -584,7 +584,7 @@ Fraction of a htg minimum load at 17 ^o^F.
584584

585585
**rsloadFMin05=*float***
586586

587-
Fraction of a htg minimum load at 05 ^o^F.
587+
Ratio of heating capacity at minimum (non-cycling) speed to full-speed total cooling capacity at 5 ^o^F outdoor dry bulb temperature.
588588

589589
<%= member_table(
590590
units: "",

src/CNRECS.DEF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3500,7 +3500,7 @@ x *declare "RC rs_SetDefaultsClg();"
35003500
// re ASHPVC (variable capacity)
35013501
*f *e FRAC_GZ rs_loadFMin47; // htg min load fract at 47 F (cycles below this)
35023502
*f *e FRAC_GZ rs_loadFMin17; // htg min load fract at 17 F (cycles below this)
3503-
*f *e FRAC_GZ rs_loadFMin05; // htg min load fract at 05 F (cycles below this)
3503+
*f *e FRAC_GZ rs_loadFMin05; // htg min load fract at 5 F (cycles below this)
35043504

35053505
*declare "float rs_CapMin47() const { return rs_cap47*rs_loadFMin47; }"
35063506
*declare "float rs_CapMin17() const { return rs_cap17*rs_loadFMin17; }"

0 commit comments

Comments
 (0)