BITZER SoftwareBITZER Gascooler Tool · API-Beschreibung
← Zurück zum BITZER Gascooler Tool

API-Beschreibung

Öffentliche API-Beschreibung v1

Beschreibt die öffentlichen APIs für Typvorgabe und Leistungsvorgabe von BITZER-Gaskühlern. Die Typvorgabe berechnet einen bekannten Gaskühler; die Leistungsvorgabe findet gerankte Kandidaten für eine angeforderte Leistung. Beide laufen innerhalb der Anfrage, es gibt also keine öffentlichen Jobs anzulegen oder abzufragen, und kein API-Key ist erforderlich.

Alle Felder, Limits und Beispiele dieser Seite stammen aus der laufenden API. Werte in Tabellen sind für die Anzeige gerundet; die JSON-Blöcke zeigen das API-Format.

Endpunkte

Basis-URLAuthentifizierungContent-Type
https://tools.bitzer.de/gascooler-tool/api/v1/type-ratingkeineapplication/json
MethodePfadZweckLimit
POST/gascooler-tool/api/v1/type-ratingEinen Gaskühler berechnen10/min
POST/gascooler-tool/api/v1/capacity-selectionGerankte Kandidaten für eine angeforderte Leistung finden10/min
GET/gascooler-tool/api/v1/type-rating/modelsZulässige Gaskühlernamen120/min
GET/gascooler-tool/api/v1/type-rating/saturationR744-Sättigungszustand bei einem Druck120/min
GET/gascooler-tool/api/v1/type-rating/openapi.jsonOpenAPI-3.1-Beschreibung120/min

JSON-Regeln

  • Feldnamen in camelCase; JSON-Zahlen mit Dezimalpunkt.
  • Enum-Werte werden als Namen übertragen, nicht als Ganzzahlen.
  • Unbekannte Felder werden abgewiesen.
  • Geometrie- und Anschlussmaße, Umlenkblechfelder und Solver-Einstellungen sind Ausgaben, keine Eingaben.
  • GET /openapi.json antwortet mit application/json; mit Accept: application/vnd.oai.openapi+json kommt der OpenAPI-Medientyp.
  • CORS ist auf die eigene Origin des Deployments beschränkt; die API daher von einem Server oder Proxy aufrufen, nicht aus einer Browser-Seite einer anderen Domain.

Leistungsvorgabe

Die Leistungsvorgabe verwendet dieselbe Berechnungslogik wie BITZER-Tool und MCP. Sie bewertet den angeforderten Betriebspunkt, liefert gerankte Kandidaten in value.matches und Empfehlungskategorien in value.recommendations und erzeugt keinen öffentlichen Job oder Berechnungsbezug.

POST https://tools.bitzer.de/gascooler-tool/api/v1/capacity-selection

Beispielanfrage

curl -X POST https://tools.bitzer.de/gascooler-tool/api/v1/capacity-selection \
  -H "Content-Type: application/json" \
  -d '{
  "requiredCapacityKw": 530,
  "capacityRangePercent": 15,
  "shellFluid": "Water",
  "approval": "Standard",
  "shellFluidConcentrationPercent": 0,
  "shellInletTemperatureC": 5,
  "shellOutletTemperatureC": 20,
  "shellInletPressureKPa": 300,
  "shellConnectionType": "Flange",
  "co2InletTemperatureC": 112,
  "co2OutletTemperatureC": 30,
  "co2InletPressureKPa": 8000,
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001,
  "take": 6
}'
FeldTypEinheitBedeutung
requiredCapacityKwnumberkWAngeforderte Leistung, für die Kandidaten gefunden und gerankt werden (erforderlich).
capacityRangePercentnumber%Zulässige Abweichung um requiredCapacityKw; Standardwert 5.
shellInletTemperatureC / shellOutletTemperatureCnumber°CMantelseitige Eintritts- und Ziel-Austrittstemperatur (beide erforderlich).
co2InletTemperatureC / co2InletPressureKPanumber°C / kPa(a)R744-Eintrittstemperatur und Absolutdruck (beide erforderlich).
co2TargetenumOutletTemperature (Standard; co2OutletTemperatureC senden) oder MassFlow (co2MassFlowKgPerS senden).
takeintegerMaximale Zahl gerankter Kandidaten; Standardwert 10.

Antwortvertrag

Eine erfolgreiche Antwort hat status = Success und enthält berechnete Kandidaten. Vor einer Typvorgabe oder einem nachgelagerten Artefakt muss der Client ausdrücklich einen zurückgegebenen Kandidaten auswählen. Validierungs-, Abhängigkeits-, Solver-, Timeout- und physikalische Bereichsfehler bleiben strukturierte Fehler; es wird kein Kandidat ersetzt.

FeldTypEinheitBedeutung
statusenumSuccess nur bei abgeschlossener Auswahl; sonst den strukturierten Fehler auswerten.
value.matchesarrayBerechnete, gerankte Kandidatenergebnisse. Einen konkreten Kandidaten ausdrücklich auswählen.
value.recommendationsarrayVom Auswahlmodul erzeugte Empfehlungskategorien.
value.diagnosticsobjectÖffentliche Auswahlzähler; interne Vorselektionsdetails werden nicht ausgegeben.
value.baffleCodeToCountobjectFreigegebene Zuordnung von Umlenkblech-Code zu Stützblechanzahl.
warnings[] / validationErrors[]arrayWarnungen und feldbezogene Validierungsdetails; fehlende Ergebnisse nie durch Ersatzwerte ersetzen.

Ablauf für Clients

  1. requiredCapacityKw und die unten aufgeführten Betriebspunktfelder erfassen.
  2. Die JSON-Anfrage an den Leistungsvorgabe-Endpunkt senden und status = Success verlangen.
  3. Einen konkreten Kandidaten aus value.matches auswählen; keinen Typnamen ableiten oder erfinden.
  4. Für ein detailliertes Ergebnis gasCoolerName aus dem gewählten Kandidaten an den Typvorgabe-Endpunkt senden. Für MCP-Artefakte den MCP-Auswahl- und Kandidatenablauf verwenden, da der öffentliche Endpunkt keine calculationId erzeugt.

Zulässige Gaskühlernamen

gasCoolerName muss einer der von der API akzeptierten Namen sein. GET /models liefert sie; ein reiner Geometriecode wird abgewiesen. Im Tool entsteht der Name aus einer Leistungsvorgabe — diese API berechnet einen bereits bekannten Namen.

Aufbau eines Namens

BestandteilBedeutung
GKProduktfamilie Gaskühler
11Mantelgröße, 2 Ziffern — siehe Tabelle Mantelgröße
06Rohrlänge, 2 Ziffern — siehe Tabelle Rohrlänge
KFeststehender Teil des Basistyps
-08Füllcode, 2 Ziffern: Rohranzahl für diese Mantelgröße — siehe Matrix Rohranzahl
T | BDruckregime-Marker: T transkritisch, B subkritisch. Wird aus co2InletPressureKPa aufgelöst; value.result.geometryCode nennt die gerechnete Variante.
-1VUmlenkblech-Code — siehe Tabelle Umlenkbleche

Bestand

Zulässige NamenMantelgrößenRohrlängenFüllcodesUmlenkblech-Codes
13568716822

Einen Namen finden

  • Alle Namen eines Basistyps: GET /models?search=GK1106K
  • Alle Umlenkblech-Varianten einer Geometrie: GET /models?geometryCode=GK1106K-08T
  • Vollständige Liste durchblättern: GET /models?take=5000&skip=5000

Antwortfelder von GET /models

FeldTypBedeutung
gasCoolerNamestringWert, der als gasCoolerName gesendet wird
geometryCodestringKataloggeometrie ohne Umlenkblech-Teil
baffleCodestringCode der Umlenkblech-Anordnung
baffleCountintegerAnzahl der Stützblechen dieses Codes
isCalculationTypebooleantrue für die transkritische Variante (Marker T), false für die subkritische Variante (Marker B)

Mantelgröße

CodeMantel-Außendurchmesser (mm)
11114,3
14141,3
16168,3
19193,7
21219,1
27273,0
32323,4

Rohrlänge

CodeRohrlänge (mm)
06610
09914
121219
151524
181829
212134
242438
272743
303048
333353
363658
393962
424267
454572
484877
515182

Füllcode und Rohranzahl

Mantelgröße-03-04-05-06-07-08-09-10
11···254359··
14···577795··
16···6997123147·
19···111141169195·
21···130166200232262
27117161207251293333371407
32··363415465513559603

Leere Zelle: dieser Füllcode existiert für diese Mantelgröße nicht.

Umlenkblech-Codes

Umlenkblech-CodeStützbleche
1J3
1V5
1T7
1R9
1P11
1N13
1L15
1H17
1F19
1D21
1B23
2Z25
2U27
2S29
2Q31
2O33
2M35
2I37
2G39
2E41
2C43
2A45

Beispiele

Einen Gaskühler berechnen

curl -X POST https://tools.bitzer.de/gascooler-tool/api/v1/type-rating \
  -H "Content-Type: application/json" \
  -d '{
  "gasCoolerName": "GK1106K-08T-1V",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 95,
  "co2InletPressureKPa": 8500,
  "co2MassFlowKgPerS": 0.1248,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 20,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001,
  "shellThermalMode": "MassFlowDriven",
  "shellMassFlowKgPerS": 0.6
}'

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1106K-08T",
      "baseType": "GK1106K",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 13.670202362956736,
      "capacityRatio": 1,
      "overallU_WPerM2K": 459.09461292068295,
      "effectiveLMTD_K": 37.192125209701445,
      "outerAreaM2": 0.8006105090083668,
      "shellMassFlowKgPerS": 0.6,
      "co2MassFlowKgPerS": 0.1248,
      "shellOutletTemperatureC": 25.447672651230558,
      "co2OutletTemperatureC": 43.11541355508725,
      "shellPressureDropKPa": 3.677277882448561,
      "co2PressureDropKPa": 0.04205086419830228,
      "shellVelocityMPerS": 0.623691632350289,
      "co2VelocityMPerS": 0.3499251952755838,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}

In der Anzeigeform des Tools: Leistung 13,7 kW, Mantelaustritt 25,4 °C, R744-Austritt 43,1 °C.

Zulässige Namen abrufen

curl "https://tools.bitzer.de/gascooler-tool/api/v1/type-rating/models?geometryCode=GK1106K-08T"
{
  "total": 2,
  "count": 2,
  "skip": 0,
  "take": 500,
  "models": [
    {
      "gasCoolerName": "GK1106K-08T-1J",
      "geometryCode": "GK1106K-08T",
      "baffleCode": "1J",
      "baffleCount": 7,
      "isCalculationType": false
    },
    {
      "gasCoolerName": "GK1106K-08T-1V",
      "geometryCode": "GK1106K-08T",
      "baffleCode": "1V",
      "baffleCount": 5,
      "isCalculationType": false
    }
  ]
}

Druckregime prüfen

curl "https://tools.bitzer.de/gascooler-tool/api/v1/type-rating/saturation?co2InletPressureKPa=5100"
{
  "pressureKPa": 5100,
  "criticalPressureKPa": 7377.3,
  "regime": "Subcritical",
  "saturationTemperatureC": 15.104808489935664,
  "requiredSubcoolingK": 0.1,
  "maxCo2OutletTemperatureC": 15.004808489935664
}

Ab criticalPressureKPa lautet die Antwort regime Transcritical, die drei Sättigungsfelder sind null. Vor einer subkritischen Berechnung die mantelseitigen Temperaturen und einen Zielwert co2OutletTemperatureC unter saturationTemperatureC halten, co2OutletTemperatureC höchstens auf maxCo2OutletTemperatureC.

Eingabefelder

In jedem Modus erforderlich

FeldTypEinheitZulässige Werte
gasCoolerNamestringVollständiger Name inkl. Umlenkblechvariante, z. B. GK1106K-08T-1V. Ein reiner Geometriecode wird abgewiesen.
shellThermalModeenumMassFlowDriven, ShellOutletDriven, CapacityDriven
co2OperatingModeenumAuto, Transcritical, Subcritical. Auto entscheidet über den Druck (≥ 7377,3 kPa(a) transkritisch).
co2InletTemperatureCnumber°C−10 … 160
co2InletPressureKPanumberkPa(a)2000 … 14000
co2MassFlowKgPerSnumberkg/s> 0
shellFluidenumWater, EthyleneGlycol, PropyleneGlycol
shellFluidConcentrationPercentnumber%0 bei Water; 0 … 60 bei Glykolen.
shellInletPressureKPanumberkPa(a)130 … 1600
shellInletTemperatureCnumber°C≥ 1 bei Water
approvalenumStandard (im Tool als CE bezeichnet), Marine (im Tool als Marine (DNV, LR, ABS, RINA, BV)). Freigabevariante der Einheit; wählt die Anschlussfamilie. Marine löst auf den schiffszugelassenen Stutzensatz auf, der bei gleicher Geometrie größer ist (GK2742K-10T-1H: 101,6 mm bei Standard, 141,3 mm bei Marine).
shellConnectionTypeenumFlange, Victaulic, Threaded
tubeConnectionMaterialenumCarbonSteel, StainlessSteel. Stutzenmaterial der rohrseitigen Anschlüsse.
shellFoulingResistanceM2KPerWnumberm²·K/W0 … 0,01
co2FoulingResistanceM2KPerWnumberm²·K/W0 … 0,01

Modusabhängige Felder

shellThermalModeErforderlichAbgewiesen
MassFlowDrivengenau eines von shellMassFlowKgPerS (kg/s) oder shellVolumetricFlowM3PerH (m³/h), beide > 0shellOutletTemperatureC, requiredCapacityKw
ShellOutletDrivenshellOutletTemperatureC (°C)shellMassFlowKgPerS, shellVolumetricFlowM3PerH, requiredCapacityKw
CapacityDrivenrequiredCapacityKw (kW, > 0)shellMassFlowKgPerS, shellVolumetricFlowM3PerH, shellOutletTemperatureC
FeldTypEinheitZulässige Werte
co2OutletTemperatureCnumber°COptionaler R744-Austrittssollwert, −10 … 160.

Physikalischer Bereich und Auslegungsgrenzen

Eine Anfrage innerhalb der Feldbereiche ist nicht automatisch rechenbar: der Betriebspunkt muss im Produktbereich liegen und die berechnete Einheit die Auslegungsgrenzen erfüllen. Beides wird als strukturierter Fehler berichtet, nie als Ersatzwert.

RegelWirkung bei Verletzung
Subkritischer Betrieb (co2InletPressureKPa < 7377,3) verlangt den gesamten mantelseitigen Temperaturbereich unterhalb der R744-Kondensationstemperatur bei diesem Druck: Eintritt, Zielwert shellOutletTemperatureC und ein Zielwert co2OutletTemperatureC jeweils mit AbstandValidationError / PhysicalStateInvalid; die Meldung nennt die verglichene Kondensationstemperatur. Vorab abfragbar über GET /saturation.
Die Hauptquerstromgeschwindigkeit mantelseitig muss 0,300 m/s erreichen (0,600 m/s ist der Zielwert zur Verschmutzungskontrolle)SolverFailed / DesignLimitExceeded; die Meldung nennt Istwert und Grenzwert
CapacityDriven leitet den Mantelstrom aus requiredCapacityKw ab, die angeforderte Leistung muss für die Geometrie erreichbar seinzu klein: der resultierende Strom verfehlt die Geschwindigkeitsgrenze (DesignLimitExceeded); zu groß: SolverFailed / SolverDidNotConverge
Bei Water ergibt sich das zulässige Fenster der Manteltemperatur aus shellInletPressureKPa: die Obergrenze ist der Wasserdampfdruck minus 1 bar Druckverlustreserve und 35 kPa SicherheitsabstandValidationError / DesignLimitExceeded auf shellInletTemperatureC, das Fenster steht in min/max. Bei 130 kPa(a) schrumpft es auf 1 … 1 °C; ab etwa 200 kPa(a) sind normale Manteltemperaturen zulässig
GET /saturation braucht einen Druck, der nicht unmittelbar unter dem kritischen Druck liegtzwischen etwa 7351 und 7377,2 kPa(a) antwortet er 400 mit „too close to the critical pressure“; darunter liefert er den Sättigungszustand, ab 7377,3 kPa(a) das transkritische Regime
Der Katalog muss die angefragte Kombination aus approval, shellConnectionType und tubeConnectionMaterial führenValidationError / InvalidRequest auf shellConnectionType

Belegte Referenzpunkte aus den veröffentlichten Fällen — transkritisch: 8500 kPa(a), R744-Eintritt 95 °C, Mantel 20 → 30 °C, Name GK1106K-08T-1V. Subkritisch: 5100 kPa(a) (Kondensationstemperatur 15,1 °C), R744-Eintritt 60 °C mit Austrittssollwert 14 °C, Mantel 5 → 10 °C, Name GK1412K-06B-1P. Bei 5100 kPa(a) lässt ein Mantelaustritt von 12 °C bereits zu wenig Abstand und wird abgewiesen.

Diagnosewerte bei abgewiesener Auslegung: shellVelocityMPerS, maxShellCutWindowVelocityMPerS, maxShellNozzleVelocityMPerS, maxCo2NozzleImpulseKgPerMS2, maxShellVolumeFlowM3PerH.

Häufige failureCode-Werte

CodeBedeutung
InvalidRequest, IncompleteInputFeld abgewiesen oder fehlt; siehe validationErrors[].field
UnknownModelCode, UnknownBaffleCodegasCoolerName ist nicht im Katalog
PhysicalStateInvalidBetriebspunkt außerhalb des Produktbereichs
DesignLimitExceededBerechnete Einheit verletzt eine Geschwindigkeits-, Druckverlust- oder Stutzengrenze
SolverDidNotConvergeKeine Lösung im physikalischen Bereich, z. B. unerreichbares Leistungsziel
NoValidDutyBracket, ThermalPinchAngeforderte Leistung oder Temperaturvorgabe thermisch nicht einschließbar
MissingDatastore, InvalidDatastoreServerseitige Datenquelle nicht verfügbar — später erneut versuchen, keine Ersatzwerte bilden

Ausgabefelder

Rahmenobjekt

FeldTypBedeutung
statusenumSuccess, ValidationError, NotCalculated, DependencyMissing, SolverFailed. Nur Success liefert Werte.
failureCodeenumNone bei Erfolg, sonst die unten gelistete Klassifizierung.
failureDetailsstring | nullTechnische Fehlerbeschreibung.
value.resultobjectBerechnetes Ergebnis; nur bei status = Success vorhanden.
value.baffleCodeToCountobjectZuordnung Umlenkblech-Code → Anzahl aus dem Katalog.
warnings[]arraycode, message und optional violation (Kennwert, Istwert, Grenzwert).
validationErrors[]arrayruleId, field, message, actual, min, max, unit, failureCode.
userFacingErrorobject | nullLokalisierte Fehlerinformation, wenn vorhanden.
traceArtifacts[]arrayTechnische Trace-Daten.

value.result

FeldEinheitBedeutung
availableCapacityKwkWLeistung am Betriebspunkt
requiredCapacityKwkWAngeforderte Leistung
capacityRatioavailableCapacityKw / requiredCapacityKw
overdesignFractioncapacityRatio − 1
overallU_WPerM2KW/(m²·K)Wärmedurchgangskoeffizient
effectiveLMTD_KKEffektive logarithmische Temperaturdifferenz
outerAreaM2Äußere Wärmeübertragungsfläche
shellOutletTemperatureC°CBerechneter Mantelaustritt
co2OutletTemperatureC°CBerechneter R744-Austritt
calculatedGasCoolerOutletTemperatureC°CR744-Austritt am Gaskühleraustritt
r744ShellOutletApproachKKAnnäherung R744-Austritt zu Manteleintritt
shellMassFlowKgPerS / co2MassFlowKgPerSkg/sAufgelöste Massenströme
shellPressureDropKPa / co2PressureDropKPakPaDruckverluste
shellVelocityMPerS / co2VelocityMPerSm/sHauptquerstrom- und rohrseitige Geschwindigkeit
co2MassFluxKgPerM2Skg/(m²·s)Rohrseitige Massenstromdichte
maxShellCutWindowVelocityMPerS / maxShellNozzleVelocityMPerSm/sHöchste Geschwindigkeiten gegen die Auslegungsgrenzen
maxCo2NozzleImpulseKgPerMS2kg/(m·s²)Höchster Stutzenimpuls
maxShellVolumeFlowM3PerHm³/hMantelvolumenstrom an der Auslegungsgrenze
geometryCode / baseType / baffleCode / baffleCountAufgelöste Katalogidentität und Umlenkblechvariante
shellConnectionOuterDiameterMm / shellConnectionPositionMmmmAufgelöster Mantelanschluss
tubeInletConnectionOuterDiameterMm / tubeOutletConnectionOuterDiameterMmmmAufgelöste Rohranschlüsse
refrigerantVolumeDm3 / shellFluidVolumeDm3dm³Fluidvolumina
shellEnvelopeVolumeM3Mantelhüllvolumen
estimatedCostIndexRelativer Kostenindex für die Rangfolge, kein Preis
geometryTraceabilityStatus / alternativeTags / sheetNachvollziehbarkeitsstatus, Kategorie-Tags, Berechnungsblatt

Status und Fehler

HTTPBedeutung
200status = Success; value vorhanden
400Anfrage abgewiesen (ValidationError) oder Berechnung fehlgeschlagen (SolverFailed, NotCalculated). Ein überhaupt nicht parsebarer Body kommt über die ausgelieferten Hosts derzeit ohne Inhalt an; 400 mit Content-Length 0 daher als „Request-Body abgewiesen“ behandeln
408Server-Rechenfrist überschritten (CalculationTimedOut)
429Ratenlimit überschritten; Retry-After-Header und retryAfterSeconds
500Unbehandelter Serverfehler (UnhandledException)
503Rechenkapazität ausgeschöpft oder erforderliche Datenquelle fehlt (DependencyMissing)

failureCode-Werte: None, InvalidRequest, IncompleteInput, UnknownModelCode, UnknownBaffleCode, UnsupportedFluid, MissingDatastore, InvalidDatastore, DesignLimitExceeded, InvalidCorrelationRange, PropertyEvaluationFailed, PhysicalStateInvalid, ThermalPinch, InvalidZoneConfiguration, NoValidDutyBracket, GeometryTraceabilityGap, CalculationTimedOut, SolverDidNotConverge, UnhandledException

  • HTTP 200 allein ist kein Rechenerfolg; status === "Success" ist erforderlich.
  • Kein Ersatzwert, wenn value fehlt.
  • validationErrors[].field zeigt das beanstandete Eingabefeld.

Limits

BereichWert
POST /api/v1/type-rating10 Anfragen pro Minute je Client und API-Instanz
POST /api/v1/capacity-selection10 Anfragen pro Minute je Client und API-Instanz
GET /models, GET /saturation, GET /openapi.json120 Anfragen pro Minute je Client und API-Instanz
Zeitfenster des Limitsfeste 1 Minute, keine Warteschlange; Retry-After nennt die Restsekunden
Client-ErkennungAdresse der Transportverbindung; weitergeleitete Adressen nur von konfigurierten Reverse Proxies
Wo das Limit gezählt wirdin jeder API-Instanz, nicht zentral; die Deployments laufen mit zwei Instanzen, ein Client erreicht daher bis zum Doppelten der oben genannten Werte, bevor 429 kommt
Gleichzeitige Berechnungenserverseitig begrenzt; ausgeschöpfte Kapazität antwortet 503 mit retryAfterSeconds
Seitengröße GET /modelsStandard 500, maximal 5000 Namen je Anfrage
ZwischenspeicherungETag und Cache-Control: public, max-age=3600 bei /models; Cache-Control: public, max-age=86400 bei /saturation

Verifizierte Fälle (42)

Jeder Fall wurde am 2026-08-24 gegen diese API ausgeführt; angezeigt werden die zurückgegebenen Werte. Fälle ohne Ergebnis werden nicht veröffentlicht. Angezeigte Zahlen sind gerundet; die JSON-Blöcke zeigen die API-Werte.

FallGaskühlerMantelmodusLeistung (kW)Mantelaustritt (°C)R744-Austritt (°C)Mantel-Δp (kPa)R744-Δp (kPa)
1GK1106K-08T-1VMassFlowDriven13,725,443,13,70,0
2GK1106K-08T-1VMassFlowDriven13,725,443,13,80,0
3GK1106K-08T-1VCapacityDriven13,028,444,21,50,0
4GK1106K-08T-1VMassFlowDriven13,125,844,04,00,0
5GK2742K-10T-1HMassFlowDriven522,035,620,845,70,5
6GK1106K-08T-1VShellOutletDriven12,730,044,81,10,0
7GK1112K-06T-1PShellOutletDriven29,930,041,41,10,8
8GK1112K-07T-1PShellOutletDriven53,335,043,26,20,7
9GK1112K-07T-1PShellOutletDriven66,835,044,49,31,2
10GK1118K-06T-1HShellOutletDriven98,435,044,712,88,4
11GK1118K-06T-1HShellOutletDriven135,635,047,910,913,0
12GK1124K-06T-1BShellOutletDriven199,635,044,428,723,6
13GK1124K-06T-1BShellOutletDriven226,335,045,436,333,5
14GK1118K-06T-1HShellOutletDriven105,840,049,214,49,2
15GK1424K-06T-1HShellOutletDriven242,240,042,652,57,3
16GK1624K-07T-1PShellOutletDriven397,140,042,148,46,3
17GK1627K-07T-1PShellOutletDriven530,542,043,572,09,7
18GK1921K-07T-1TShellOutletDriven568,842,046,237,57,6
19GK2139K-06T-1TShellOutletDriven823,042,040,219,413,0
20GK1406K-06T-1VShellOutletDriven18,650,066,41,30,1
21GK1124K-07T-1BShellOutletDriven120,950,043,513,32,6
22GK1124K-07T-1BShellOutletDriven212,350,046,537,89,7
23GK1406K-06T-1VShellOutletDriven32,360,076,70,80,3
24GK1136K-07T-2MShellOutletDriven251,660,029,415,16,4
25GK1145K-07T-2AShellOutletDriven498,060,030,369,427,1
26GK1124K-07T-1BShellOutletDriven237,960,052,830,411,3
27GK1118K-07T-1HShellOutletDriven298,560,062,635,825,5
28GK1933K-07T-1BShellOutletDriven772,360,046,486,211,7
29GK2118K-06T-1HShellOutletDriven625,770,064,037,112,2
30GK2130K-06T-2UShellOutletDriven986,270,055,490,124,6
31GK2727K-05T-1FShellOutletDriven1165,770,055,967,015,9
32GK2724K-03T-1BShellOutletDriven768,885,072,324,733,0
33GK3224K-05T-1HShellOutletDriven1251,985,064,157,511,2
34GK1412K-06B-1PShellOutletDriven25,410,012,85,00,1
35GK1115K-08B-1LShellOutletDriven49,610,014,659,00,3
36GK1421K-07B-1HShellOutletDriven100,410,013,684,20,9
37GK1136K-06B-1BShellOutletDriven50,814,016,98,92,4
38GK1427K-06B-1FShellOutletDriven101,814,016,732,71,5
39GK1636K-06B-1LShellOutletDriven197,114,018,927,84,8
40GK1139K-06B-1FShellOutletDriven99,618,024,213,56,9
41GK1630K-06B-1PShellOutletDriven251,218,023,816,94,4
42GK1939K-07B-1JShellOutletDriven513,718,022,511,26,9
Fall 1 · GK1106K-08T-1V

Anfrage

{
  "gasCoolerName": "GK1106K-08T-1V",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 95,
  "co2InletPressureKPa": 8500,
  "co2MassFlowKgPerS": 0.1248,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 20,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001,
  "shellThermalMode": "MassFlowDriven",
  "shellMassFlowKgPerS": 0.6
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1106K-08T",
      "baseType": "GK1106K",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 13.670202362956736,
      "capacityRatio": 1,
      "overallU_WPerM2K": 459.09461292068295,
      "effectiveLMTD_K": 37.192125209701445,
      "outerAreaM2": 0.8006105090083668,
      "shellMassFlowKgPerS": 0.6,
      "co2MassFlowKgPerS": 0.1248,
      "shellOutletTemperatureC": 25.447672651230558,
      "co2OutletTemperatureC": 43.11541355508725,
      "shellPressureDropKPa": 3.677277882448561,
      "co2PressureDropKPa": 0.04205086419830228,
      "shellVelocityMPerS": 0.623691632350289,
      "co2VelocityMPerS": 0.3499251952755838,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 2 · GK1106K-08T-1V

Anfrage

{
  "gasCoolerName": "GK1106K-08T-1V",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 95,
  "co2InletPressureKPa": 8500,
  "co2MassFlowKgPerS": 0.1248,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 20,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001,
  "shellThermalMode": "MassFlowDriven",
  "shellVolumetricFlowM3PerH": 2.2
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1106K-08T",
      "baseType": "GK1106K",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 13.690074935960826,
      "capacityRatio": 1,
      "overallU_WPerM2K": 459.8924458946416,
      "effectiveLMTD_K": 37.18157655283872,
      "outerAreaM2": 0.8006105090083668,
      "shellMassFlowKgPerS": 0.6096843911449319,
      "co2MassFlowKgPerS": 0.1248,
      "shellOutletTemperatureC": 25.368909401244522,
      "co2OutletTemperatureC": 43.08457305394006,
      "shellPressureDropKPa": 3.7841524222941536,
      "co2PressureDropKPa": 0.04203352526716525,
      "shellVelocityMPerS": 0.6337525433186897,
      "co2VelocityMPerS": 0.34991400798257605,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 3 · GK1106K-08T-1V

Anfrage

{
  "gasCoolerName": "GK1106K-08T-1V",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 95,
  "co2InletPressureKPa": 8500,
  "co2MassFlowKgPerS": 0.1248,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 20,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001,
  "shellThermalMode": "CapacityDriven",
  "requiredCapacityKw": 13
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1106K-08T",
      "baseType": "GK1106K",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 13.0001413570046,
      "capacityRatio": 1,
      "overallU_WPerM2K": 433.58966462079735,
      "effectiveLMTD_K": 37.449624656801504,
      "outerAreaM2": 0.8006105090083668,
      "shellMassFlowKgPerS": 0.3697201922408605,
      "co2MassFlowKgPerS": 0.1248,
      "shellOutletTemperatureC": 28.408692159596285,
      "co2OutletTemperatureC": 44.224799709995665,
      "shellPressureDropKPa": 1.533899219973379,
      "co2PressureDropKPa": 0.0426507820936986,
      "shellVelocityMPerS": 0.3844591418764698,
      "co2VelocityMPerS": 0.3502892185456841,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 4 · GK1106K-08T-1V

Anfrage

{
  "gasCoolerName": "GK1106K-08T-1V",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 95,
  "co2InletPressureKPa": 8500,
  "co2MassFlowKgPerS": 0.1248,
  "shellFluid": "EthyleneGlycol",
  "shellFluidConcentrationPercent": 30,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 20,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001,
  "shellThermalMode": "MassFlowDriven",
  "shellMassFlowKgPerS": 0.6
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1106K-08T",
      "baseType": "GK1106K",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 13.119514081795385,
      "capacityRatio": 1,
      "overallU_WPerM2K": 429.6032772042306,
      "effectiveLMTD_K": 38.144080760393734,
      "outerAreaM2": 0.8006105090083668,
      "shellMassFlowKgPerS": 0.6,
      "co2MassFlowKgPerS": 0.1248,
      "shellOutletTemperatureC": 25.83877795634995,
      "co2OutletTemperatureC": 44.016123419822584,
      "shellPressureDropKPa": 3.9803325465195267,
      "co2PressureDropKPa": 0.04251201320738777,
      "shellVelocityMPerS": 0.5996745787392791,
      "co2VelocityMPerS": 0.3502466528686853,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 5 · GK2742K-10T-1H

Anfrage

{
  "gasCoolerName": "GK2742K-10T-1H",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 95,
  "co2InletPressureKPa": 8500,
  "co2MassFlowKgPerS": 2,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 20,
  "approval": "Marine",
  "shellConnectionType": "Victaulic",
  "tubeConnectionMaterial": "StainlessSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001,
  "shellThermalMode": "MassFlowDriven",
  "shellMassFlowKgPerS": 8
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK2742K-10T",
      "baseType": "GK2742K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 521.968133955901,
      "capacityRatio": 1,
      "overallU_WPerM2K": 1132.9787864293703,
      "effectiveLMTD_K": 10.985105233988385,
      "outerAreaM2": 41.9391842963117,
      "shellMassFlowKgPerS": 8,
      "co2MassFlowKgPerS": 2,
      "shellOutletTemperatureC": 35.60667222881437,
      "co2OutletTemperatureC": 20.83358388374554,
      "shellPressureDropKPa": 45.70815245038491,
      "co2PressureDropKPa": 0.5133216603823282,
      "shellVelocityMPerS": 0.5411744068566856,
      "co2VelocityMPerS": 0.798621414628449,
      "shellConnectionOuterDiameterMm": 219.1,
      "tubeInletConnectionOuterDiameterMm": 141.3,
      "tubeOutletConnectionOuterDiameterMm": 141.3
    }
  }
}
Fall 6 · GK1106K-08T-1V

Anfrage

{
  "gasCoolerName": "GK1106K-08T-1V",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 95,
  "co2InletPressureKPa": 8500,
  "co2MassFlowKgPerS": 0.12484554265519628,
  "co2OutletTemperatureC": 35,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 20,
  "shellOutletTemperatureC": 30,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1106K-08T",
      "baseType": "GK1106K",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 12.694306664886094,
      "capacityRatio": 1,
      "overallU_WPerM2K": 422.9076876711692,
      "effectiveLMTD_K": 37.4922762146169,
      "outerAreaM2": 0.8006105090083668,
      "shellMassFlowKgPerS": 0.30361145153589636,
      "co2MassFlowKgPerS": 0.12484554265519628,
      "shellOutletTemperatureC": 29.99939501420274,
      "co2OutletTemperatureC": 44.78521542917347,
      "shellPressureDropKPa": 1.067329794211312,
      "co2PressureDropKPa": 0.04296785821471736,
      "shellVelocityMPerS": 0.315781345147161,
      "co2VelocityMPerS": 0.3505660800525693,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 7 · GK1112K-06T-1P

Anfrage

{
  "gasCoolerName": "GK1112K-06T-1P",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 95,
  "co2InletPressureKPa": 8500,
  "co2MassFlowKgPerS": 0.24969108531039255,
  "co2OutletTemperatureC": 35,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 20,
  "shellOutletTemperatureC": 30,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1112K-06T",
      "baseType": "GK1112K",
      "baffleCode": "1P",
      "baffleCount": 11,
      "availableCapacityKw": 29.93833168915371,
      "capacityRatio": 1,
      "overallU_WPerM2K": 1254.7023069485772,
      "effectiveLMTD_K": 33.185422559054864,
      "outerAreaM2": 0.7190178814234226,
      "shellMassFlowKgPerS": 0.7159978752789764,
      "co2MassFlowKgPerS": 0.24969108531039255,
      "shellOutletTemperatureC": 29.999971704693408,
      "co2OutletTemperatureC": 41.354353347704595,
      "shellPressureDropKPa": 1.0605612267659208,
      "co2PressureDropKPa": 0.8214940273630724,
      "shellVelocityMPerS": 0.3023647912127862,
      "co2VelocityMPerS": 1.648974408367471,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 8 · GK1112K-07T-1P

Anfrage

{
  "gasCoolerName": "GK1112K-07T-1P",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 105,
  "co2InletPressureKPa": 9000,
  "co2MassFlowKgPerS": 0.3780629597698479,
  "co2OutletTemperatureC": 38,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 25,
  "shellOutletTemperatureC": 35,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1112K-07T",
      "baseType": "GK1112K",
      "baffleCode": "1P",
      "baffleCount": 11,
      "availableCapacityKw": 53.2654694761373,
      "capacityRatio": 1,
      "overallU_WPerM2K": 1400.985490607668,
      "effectiveLMTD_K": 30.74284682378868,
      "outerAreaM2": 1.2367107560482868,
      "shellMassFlowKgPerS": 1.2744513946513554,
      "co2MassFlowKgPerS": 0.3780629597698479,
      "shellOutletTemperatureC": 34.99908156130699,
      "co2OutletTemperatureC": 43.20704710254237,
      "shellPressureDropKPa": 6.157800591753094,
      "co2PressureDropKPa": 0.715783667335101,
      "shellVelocityMPerS": 0.5389768690559618,
      "co2VelocityMPerS": 1.4290341202400056,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 9 · GK1112K-07T-1P

Anfrage

{
  "gasCoolerName": "GK1112K-07T-1P",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 105,
  "co2InletPressureKPa": 9000,
  "co2MassFlowKgPerS": 0.5040839463597971,
  "co2OutletTemperatureC": 38,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 25,
  "shellOutletTemperatureC": 35,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1112K-07T",
      "baseType": "GK1112K",
      "baffleCode": "1P",
      "baffleCount": 11,
      "availableCapacityKw": 66.77863321069353,
      "capacityRatio": 1,
      "overallU_WPerM2K": 1657.8779502836173,
      "effectiveLMTD_K": 32.56990775466592,
      "outerAreaM2": 1.2367107560482868,
      "shellMassFlowKgPerS": 1.5977041203426516,
      "co2MassFlowKgPerS": 0.5040839463597971,
      "shellOutletTemperatureC": 34.99951188046211,
      "co2OutletTemperatureC": 44.370229478411936,
      "shellPressureDropKPa": 9.308748893620907,
      "co2PressureDropKPa": 1.236576086589745,
      "shellVelocityMPerS": 0.6756891812683096,
      "co2VelocityMPerS": 1.9080141327873514,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 10 · GK1118K-06T-1H

Anfrage

{
  "gasCoolerName": "GK1118K-06T-1H",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 105,
  "co2InletPressureKPa": 9000,
  "co2MassFlowKgPerS": 0.7561259195396958,
  "co2OutletTemperatureC": 38,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 25,
  "shellOutletTemperatureC": 35,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1118K-06T",
      "baseType": "GK1118K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 98.43534533042472,
      "capacityRatio": 1,
      "overallU_WPerM2K": 2709.830636668404,
      "effectiveLMTD_K": 33.04055317052242,
      "outerAreaM2": 1.0994176278833425,
      "shellMassFlowKgPerS": 2.35486093286955,
      "co2MassFlowKgPerS": 0.7561259195396958,
      "shellOutletTemperatureC": 35.00053973940179,
      "co2OutletTemperatureC": 44.66593375442004,
      "shellPressureDropKPa": 12.780893304662643,
      "co2PressureDropKPa": 8.419010476175751,
      "shellVelocityMPerS": 0.8700636811877995,
      "co2VelocityMPerS": 4.927508552318363,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 11 · GK1118K-06T-1H

Anfrage

{
  "gasCoolerName": "GK1118K-06T-1H",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 115,
  "co2InletPressureKPa": 9500,
  "co2MassFlowKgPerS": 0.9689860862682257,
  "co2OutletTemperatureC": 40,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 20,
  "shellOutletTemperatureC": 35,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1118K-06T",
      "baseType": "GK1118K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 135.63685328309384,
      "capacityRatio": 1,
      "overallU_WPerM2K": 2914.76290842379,
      "effectiveLMTD_K": 42.32656165672427,
      "outerAreaM2": 1.0994176278833425,
      "shellMassFlowKgPerS": 2.162841253238621,
      "co2MassFlowKgPerS": 0.9689860862682257,
      "shellOutletTemperatureC": 35.000424709474274,
      "co2OutletTemperatureC": 47.88700941449657,
      "shellPressureDropKPa": 10.942681813198003,
      "co2PressureDropKPa": 13.006467728224571,
      "shellVelocityMPerS": 0.7988899468679709,
      "co2VelocityMPerS": 6.239125618058612,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 12 · GK1124K-06T-1B

Anfrage

{
  "gasCoolerName": "GK1124K-06T-1B",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 115,
  "co2InletPressureKPa": 9500,
  "co2MassFlowKgPerS": 1.211232607835282,
  "co2OutletTemperatureC": 40,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 20,
  "shellOutletTemperatureC": 35,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1124K-06T",
      "baseType": "GK1124K",
      "baffleCode": "1B",
      "baffleCount": 23,
      "availableCapacityKw": 199.55031807914557,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3637.5191623734904,
      "effectiveLMTD_K": 37.086950346831365,
      "outerAreaM2": 1.4791937682015253,
      "shellMassFlowKgPerS": 3.181486498669992,
      "co2MassFlowKgPerS": 1.211232607835282,
      "shellOutletTemperatureC": 35.0028185741702,
      "co2OutletTemperatureC": 44.356606416890074,
      "shellPressureDropKPa": 28.73179886161711,
      "co2PressureDropKPa": 23.577758740967468,
      "shellVelocityMPerS": 1.1053912406541302,
      "co2VelocityMPerS": 7.773035600749107,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 13 · GK1124K-06T-1B

Anfrage

{
  "gasCoolerName": "GK1124K-06T-1B",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 115,
  "co2InletPressureKPa": 9500,
  "co2MassFlowKgPerS": 1.4534791294023384,
  "co2OutletTemperatureC": 40,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 20,
  "shellOutletTemperatureC": 35,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1124K-06T",
      "baseType": "GK1124K",
      "baffleCode": "1B",
      "baffleCount": 23,
      "availableCapacityKw": 226.27069317243013,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3942.289878224886,
      "effectiveLMTD_K": 38.80198717509964,
      "outerAreaM2": 1.4791937682015253,
      "shellMassFlowKgPerS": 3.6075219596037447,
      "co2MassFlowKgPerS": 1.4534791294023384,
      "shellOutletTemperatureC": 35.00271452832417,
      "co2OutletTemperatureC": 45.39903171181659,
      "shellPressureDropKPa": 36.27745606514001,
      "co2PressureDropKPa": 33.52178291851496,
      "shellVelocityMPerS": 1.2534127895891516,
      "co2VelocityMPerS": 9.338620590338293,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 14 · GK1118K-06T-1H

Anfrage

{
  "gasCoolerName": "GK1118K-06T-1H",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 115,
  "co2InletPressureKPa": 9500,
  "co2MassFlowKgPerS": 0.7951414208713359,
  "co2OutletTemperatureC": 42,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 30,
  "shellOutletTemperatureC": 40,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1118K-06T",
      "baseType": "GK1118K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 105.77203042105145,
      "capacityRatio": 1,
      "overallU_WPerM2K": 2781.8432374427816,
      "effectiveLMTD_K": 34.583990639421444,
      "outerAreaM2": 1.0994176278833425,
      "shellMassFlowKgPerS": 2.5305495573577996,
      "co2MassFlowKgPerS": 0.7951414208713359,
      "shellOutletTemperatureC": 40.00105495605271,
      "co2OutletTemperatureC": 49.21447376288526,
      "shellPressureDropKPa": 14.413665782779578,
      "co2PressureDropKPa": 9.171228261937319,
      "shellVelocityMPerS": 0.9365879436147536,
      "co2VelocityMPerS": 5.124638893591983,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 15 · GK1424K-06T-1H

Anfrage

{
  "gasCoolerName": "GK1424K-06T-1H",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 115,
  "co2InletPressureKPa": 9500,
  "co2MassFlowKgPerS": 1.3252357014522265,
  "co2OutletTemperatureC": 42,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 30,
  "shellOutletTemperatureC": 40,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1424K-06T",
      "baseType": "GK1424K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 242.1764900192964,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3019.369184296497,
      "effectiveLMTD_K": 23.88310477491414,
      "outerAreaM2": 3.358343571467861,
      "shellMassFlowKgPerS": 5.7943841883109295,
      "co2MassFlowKgPerS": 1.3252357014522265,
      "shellOutletTemperatureC": 40.00033403284646,
      "co2OutletTemperatureC": 42.56473008868886,
      "shellPressureDropKPa": 52.4521641033871,
      "co2PressureDropKPa": 7.291230074921169,
      "shellVelocityMPerS": 1.4594253117756992,
      "co2VelocityMPerS": 3.72600259622715,
      "shellConnectionOuterDiameterMm": 114.3,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 16 · GK1624K-07T-1P

Anfrage

{
  "gasCoolerName": "GK1624K-07T-1P",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 115,
  "co2InletPressureKPa": 9500,
  "co2MassFlowKgPerS": 2.1203771223235623,
  "co2OutletTemperatureC": 42,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 30,
  "shellOutletTemperatureC": 40,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1624K-07T",
      "baseType": "GK1624K",
      "baffleCode": "1P",
      "baffleCount": 11,
      "availableCapacityKw": 397.06714192091516,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3015.710144237034,
      "effectiveLMTD_K": 23.136366813905408,
      "outerAreaM2": 5.690879984023082,
      "shellMassFlowKgPerS": 9.500537027947804,
      "co2MassFlowKgPerS": 2.1203771223235623,
      "shellOutletTemperatureC": 40.00012907168912,
      "co2OutletTemperatureC": 42.11185154540271,
      "shellPressureDropKPa": 48.43067700699992,
      "co2PressureDropKPa": 6.301071590489991,
      "shellVelocityMPerS": 1.3327964726184163,
      "co2VelocityMPerS": 3.502981368958581,
      "shellConnectionOuterDiameterMm": 141.3,
      "tubeInletConnectionOuterDiameterMm": 76.1,
      "tubeOutletConnectionOuterDiameterMm": 76.1
    }
  }
}
Fall 17 · GK1627K-07T-1P

Anfrage

{
  "gasCoolerName": "GK1627K-07T-1P",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 125,
  "co2InletPressureKPa": 10000,
  "co2MassFlowKgPerS": 2.612527264171246,
  "co2OutletTemperatureC": 45,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 32,
  "shellOutletTemperatureC": 42,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1627K-07T",
      "baseType": "GK1627K",
      "baffleCode": "1P",
      "baffleCount": 11,
      "availableCapacityKw": 530.4955037900882,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3414.3478067812707,
      "effectiveLMTD_K": 24.16793139721172,
      "outerAreaM2": 6.428855492155327,
      "shellMassFlowKgPerS": 12.692599581693154,
      "co2MassFlowKgPerS": 2.612527264171246,
      "shellOutletTemperatureC": 42.00044910241446,
      "co2OutletTemperatureC": 43.49573959457889,
      "shellPressureDropKPa": 71.98986188544336,
      "co2PressureDropKPa": 9.730926943431587,
      "shellVelocityMPerS": 1.5176143718246893,
      "co2VelocityMPerS": 4.27340616841519,
      "shellConnectionOuterDiameterMm": 141.3,
      "tubeInletConnectionOuterDiameterMm": 76.1,
      "tubeOutletConnectionOuterDiameterMm": 76.1
    }
  }
}
Fall 18 · GK1921K-07T-1T

Anfrage

{
  "gasCoolerName": "GK1921K-07T-1T",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 125,
  "co2InletPressureKPa": 10000,
  "co2MassFlowKgPerS": 3.1350327170054952,
  "co2OutletTemperatureC": 45,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 32,
  "shellOutletTemperatureC": 42,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1921K-07T",
      "baseType": "GK1921K",
      "baffleCode": "1T",
      "baffleCount": 7,
      "availableCapacityKw": 568.8250357678821,
      "capacityRatio": 1,
      "overallU_WPerM2K": 2800.8032673345433,
      "effectiveLMTD_K": 28.333584356236635,
      "outerAreaM2": 7.167928547097029,
      "shellMassFlowKgPerS": 13.610547733668964,
      "co2MassFlowKgPerS": 3.1350327170054952,
      "shellOutletTemperatureC": 41.999804027083364,
      "co2OutletTemperatureC": 46.20397483219391,
      "shellPressureDropKPa": 37.482141185693926,
      "co2PressureDropKPa": 7.591387700729938,
      "shellVelocityMPerS": 1.1593436154098224,
      "co2VelocityMPerS": 3.5278189129413535,
      "shellConnectionOuterDiameterMm": 168.3,
      "tubeInletConnectionOuterDiameterMm": 76.1,
      "tubeOutletConnectionOuterDiameterMm": 76.1
    }
  }
}
Fall 19 · GK2139K-06T-1T

Anfrage

{
  "gasCoolerName": "GK2139K-06T-1T",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 125,
  "co2InletPressureKPa": 10000,
  "co2MassFlowKgPerS": 3.6575381698397442,
  "co2OutletTemperatureC": 45,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 32,
  "shellOutletTemperatureC": 42,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK2139K-06T",
      "baseType": "GK2139K",
      "baffleCode": "1T",
      "baffleCount": 7,
      "availableCapacityKw": 822.9854015849477,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3246.065158864191,
      "effectiveLMTD_K": 20.276039872039497,
      "outerAreaM2": 12.504051469208441,
      "shellMassFlowKgPerS": 19.690201605947625,
      "co2MassFlowKgPerS": 3.6575381698397442,
      "shellOutletTemperatureC": 42.00069882260659,
      "co2OutletTemperatureC": 40.23975357548198,
      "shellPressureDropKPa": 19.353137945656005,
      "co2PressureDropKPa": 12.979912633376987,
      "shellVelocityMPerS": 0.7065713323932404,
      "co2VelocityMPerS": 4.443596391955655,
      "shellConnectionOuterDiameterMm": 168.3,
      "tubeInletConnectionOuterDiameterMm": 88.9,
      "tubeOutletConnectionOuterDiameterMm": 88.9
    }
  }
}
Fall 20 · GK1406K-06T-1V

Anfrage

{
  "gasCoolerName": "GK1406K-06T-1V",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 120,
  "co2InletPressureKPa": 10000,
  "co2MassFlowKgPerS": 0.20547706830969556,
  "co2OutletTemperatureC": 35,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 30,
  "shellOutletTemperatureC": 50,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1406K-06T",
      "baseType": "GK1406K",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 18.59723598878894,
      "capacityRatio": 1,
      "overallU_WPerM2K": 500.6308611804299,
      "effectiveLMTD_K": 48.92612723887202,
      "outerAreaM2": 0.759252949688331,
      "shellMassFlowKgPerS": 0.22247848673618792,
      "co2MassFlowKgPerS": 0.20547706830969556,
      "shellOutletTemperatureC": 49.99857300581668,
      "co2OutletTemperatureC": 66.42090487154087,
      "shellPressureDropKPa": 1.3402713642435407,
      "co2PressureDropKPa": 0.11323114922998301,
      "shellVelocityMPerS": 0.5280355603433313,
      "co2VelocityMPerS": 0.5640604938822247,
      "shellConnectionOuterDiameterMm": 114.3,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 21 · GK1124K-07T-1B

Anfrage

{
  "gasCoolerName": "GK1124K-07T-1B",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 120,
  "co2InletPressureKPa": 10000,
  "co2MassFlowKgPerS": 0.6164312049290867,
  "co2OutletTemperatureC": 35,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 30,
  "shellOutletTemperatureC": 50,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1124K-07T",
      "baseType": "GK1124K",
      "baffleCode": "1B",
      "baffleCount": 23,
      "availableCapacityKw": 120.93848098343493,
      "capacityRatio": 1,
      "overallU_WPerM2K": 2086.5798853832757,
      "effectiveLMTD_K": 22.781135124693975,
      "outerAreaM2": 2.5442132813066234,
      "shellMassFlowKgPerS": 1.4468044264351534,
      "co2MassFlowKgPerS": 0.6164312049290867,
      "shellOutletTemperatureC": 49.99831137423072,
      "co2OutletTemperatureC": 43.538378208283156,
      "shellPressureDropKPa": 13.342038938098124,
      "co2PressureDropKPa": 2.5906832928981918,
      "shellVelocityMPerS": 0.5052893834813174,
      "co2VelocityMPerS": 2.21471899628037,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 22 · GK1124K-07T-1B

Anfrage

{
  "gasCoolerName": "GK1124K-07T-1B",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 120,
  "co2InletPressureKPa": 10000,
  "co2MassFlowKgPerS": 1.2328624098581733,
  "co2OutletTemperatureC": 35,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 30,
  "shellOutletTemperatureC": 50,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1124K-07T",
      "baseType": "GK1124K",
      "baffleCode": "1B",
      "baffleCount": 23,
      "availableCapacityKw": 212.30496446896453,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3078.425468343271,
      "effectiveLMTD_K": 27.106703321671038,
      "outerAreaM2": 2.5442132813066234,
      "shellMassFlowKgPerS": 2.5396118925683764,
      "co2MassFlowKgPerS": 1.2328624098581733,
      "shellOutletTemperatureC": 50.000067949033706,
      "co2OutletTemperatureC": 46.50738750868953,
      "shellPressureDropKPa": 37.845012458317,
      "co2PressureDropKPa": 9.697691402425718,
      "shellVelocityMPerS": 0.8870594616226256,
      "co2VelocityMPerS": 4.4329311986088085,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 23 · GK1406K-06T-1V

Anfrage

{
  "gasCoolerName": "GK1406K-06T-1V",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 130,
  "co2InletPressureKPa": 11000,
  "co2MassFlowKgPerS": 0.36749687656365615,
  "co2OutletTemperatureC": 30,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 500,
  "shellInletTemperatureC": 12,
  "shellOutletTemperatureC": 60,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1406K-06T",
      "baseType": "GK1406K",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 32.30738497182993,
      "capacityRatio": 1,
      "overallU_WPerM2K": 651.9574125272917,
      "effectiveLMTD_K": 65.26753703120728,
      "outerAreaM2": 0.759252949688331,
      "shellMassFlowKgPerS": 0.1609410719606614,
      "co2MassFlowKgPerS": 0.36749687656365615,
      "shellOutletTemperatureC": 59.99954674552808,
      "co2OutletTemperatureC": 76.70632175562109,
      "shellPressureDropKPa": 0.7628446684613343,
      "co2PressureDropKPa": 0.3237488326307326,
      "shellVelocityMPerS": 0.38174340555849,
      "co2VelocityMPerS": 0.947272231372651,
      "shellConnectionOuterDiameterMm": 114.3,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 24 · GK1136K-07T-2M

Anfrage

{
  "gasCoolerName": "GK1136K-07T-2M",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 130,
  "co2InletPressureKPa": 11000,
  "co2MassFlowKgPerS": 0.9187421914091404,
  "co2OutletTemperatureC": 30,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 500,
  "shellInletTemperatureC": 12,
  "shellOutletTemperatureC": 60,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1136K-07T",
      "baseType": "GK1136K",
      "baffleCode": "2M",
      "baffleCount": 35,
      "availableCapacityKw": 251.56110358408247,
      "capacityRatio": 1,
      "overallU_WPerM2K": 2381.7695715925665,
      "effectiveLMTD_K": 27.41371935483822,
      "outerAreaM2": 3.852788409128748,
      "shellMassFlowKgPerS": 1.253072874027297,
      "co2MassFlowKgPerS": 0.9187421914091404,
      "shellOutletTemperatureC": 60.003106290719195,
      "co2OutletTemperatureC": 29.421438525457578,
      "shellPressureDropKPa": 15.102728388543897,
      "co2PressureDropKPa": 6.352272480893085,
      "shellVelocityMPerS": 0.41919024228550034,
      "co2VelocityMPerS": 3.075609923560285,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 25 · GK1145K-07T-2A

Anfrage

{
  "gasCoolerName": "GK1145K-07T-2A",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 130,
  "co2InletPressureKPa": 11000,
  "co2MassFlowKgPerS": 1.8374843828182807,
  "co2OutletTemperatureC": 30,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 500,
  "shellInletTemperatureC": 12,
  "shellOutletTemperatureC": 60,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1145K-07T",
      "baseType": "GK1145K",
      "baffleCode": "2A",
      "baffleCount": 45,
      "availableCapacityKw": 497.97528598232594,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3699.684125460193,
      "effectiveLMTD_K": 27.849230034566546,
      "outerAreaM2": 4.833147152431553,
      "shellMassFlowKgPerS": 2.4810728960779453,
      "co2MassFlowKgPerS": 1.8374843828182807,
      "shellOutletTemperatureC": 59.99218480171328,
      "co2OutletTemperatureC": 30.32807020367274,
      "shellPressureDropKPa": 69.37792176045112,
      "co2PressureDropKPa": 27.06289470983727,
      "shellVelocityMPerS": 0.8307127203091342,
      "co2VelocityMPerS": 6.151361788839838,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 26 · GK1124K-07T-1B

Anfrage

{
  "gasCoolerName": "GK1124K-07T-1B",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 135,
  "co2InletPressureKPa": 11000,
  "co2MassFlowKgPerS": 1.3534081354490861,
  "co2OutletTemperatureC": 45,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 500,
  "shellInletTemperatureC": 35,
  "shellOutletTemperatureC": 60,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1124K-07T",
      "baseType": "GK1124K",
      "baffleCode": "1B",
      "baffleCount": 23,
      "availableCapacityKw": 237.914081584816,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3075.737130302087,
      "effectiveLMTD_K": 30.403006044629258,
      "outerAreaM2": 2.5442132813066234,
      "shellMassFlowKgPerS": 2.2758468567191446,
      "co2MassFlowKgPerS": 1.3534081354490861,
      "shellOutletTemperatureC": 60.00180605882633,
      "co2OutletTemperatureC": 52.8164851264304,
      "shellPressureDropKPa": 30.403595620776496,
      "co2PressureDropKPa": 11.288476472904247,
      "shellVelocityMPerS": 0.7982654118096734,
      "co2VelocityMPerS": 4.684668127887103,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 27 · GK1118K-07T-1H

Anfrage

{
  "gasCoolerName": "GK1118K-07T-1H",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 135,
  "co2InletPressureKPa": 11000,
  "co2MassFlowKgPerS": 2.255680225748477,
  "co2OutletTemperatureC": 45,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 500,
  "shellInletTemperatureC": 35,
  "shellOutletTemperatureC": 60,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1118K-07T",
      "baseType": "GK1118K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 298.5364636811458,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3743.4818198454973,
      "effectiveLMTD_K": 42.17257757850562,
      "outerAreaM2": 1.8909983199593492,
      "shellMassFlowKgPerS": 2.8555230133372924,
      "co2MassFlowKgPerS": 2.255680225748477,
      "shellOutletTemperatureC": 60.003795943527976,
      "co2OutletTemperatureC": 62.58022846511069,
      "shellPressureDropKPa": 35.814015495852175,
      "co2PressureDropKPa": 25.45170615680275,
      "shellVelocityMPerS": 1.0647478893876863,
      "co2VelocityMPerS": 7.85401369401326,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 28 · GK1933K-07T-1B

Anfrage

{
  "gasCoolerName": "GK1933K-07T-1B",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 135,
  "co2InletPressureKPa": 11000,
  "co2MassFlowKgPerS": 3.6090883611975633,
  "co2OutletTemperatureC": 45,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 500,
  "shellInletTemperatureC": 35,
  "shellOutletTemperatureC": 60,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1933K-07T",
      "baseType": "GK1933K",
      "baffleCode": "1B",
      "baffleCount": 23,
      "availableCapacityKw": 772.3326114145658,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3067.981472256718,
      "effectiveLMTD_K": 21.97575751765443,
      "outerAreaM2": 11.455320548525528,
      "shellMassFlowKgPerS": 7.388580902976997,
      "co2MassFlowKgPerS": 3.6090883611975633,
      "shellOutletTemperatureC": 59.99986010248633,
      "co2OutletTemperatureC": 46.382630244935704,
      "shellPressureDropKPa": 86.1653882062386,
      "co2PressureDropKPa": 11.673066338115122,
      "shellVelocityMPerS": 1.294512596140972,
      "co2VelocityMPerS": 3.808035990809009,
      "shellConnectionOuterDiameterMm": 168.3,
      "tubeInletConnectionOuterDiameterMm": 76.1,
      "tubeOutletConnectionOuterDiameterMm": 76.1
    }
  }
}
Fall 29 · GK2118K-06T-1H

Anfrage

{
  "gasCoolerName": "GK2118K-06T-1H",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 140,
  "co2InletPressureKPa": 11500,
  "co2MassFlowKgPerS": 4.442669690458724,
  "co2OutletTemperatureC": 55,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 600,
  "shellInletTemperatureC": 40,
  "shellOutletTemperatureC": 70,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK2118K-06T",
      "baseType": "GK2118K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 625.6884082044473,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3005.6458085545937,
      "effectiveLMTD_K": 37.25826092281891,
      "outerAreaM2": 5.587261587511966,
      "shellMassFlowKgPerS": 4.985233056116617,
      "co2MassFlowKgPerS": 4.442669690458724,
      "shellOutletTemperatureC": 70.00015960771282,
      "co2OutletTemperatureC": 64.02028773142582,
      "shellPressureDropKPa": 37.14627006194014,
      "co2PressureDropKPa": 12.170565025853328,
      "shellVelocityMPerS": 1.2876136735593635,
      "co2VelocityMPerS": 4.965654116912539,
      "shellConnectionOuterDiameterMm": 168.3,
      "tubeInletConnectionOuterDiameterMm": 88.9,
      "tubeOutletConnectionOuterDiameterMm": 88.9
    }
  }
}
Fall 30 · GK2130K-06T-2U

Anfrage

{
  "gasCoolerName": "GK2130K-06T-2U",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 140,
  "co2InletPressureKPa": 11500,
  "co2MassFlowKgPerS": 5.553337113073406,
  "co2OutletTemperatureC": 55,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 600,
  "shellInletTemperatureC": 40,
  "shellOutletTemperatureC": 70,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK2130K-06T",
      "baseType": "GK2130K",
      "baffleCode": "2U",
      "baffleCount": 27,
      "availableCapacityKw": 986.1728381561361,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3844.5759384310227,
      "effectiveLMTD_K": 26.887336076384056,
      "outerAreaM2": 9.5401761987581,
      "shellMassFlowKgPerS": 7.85748940677367,
      "co2MassFlowKgPerS": 5.553337113073406,
      "shellOutletTemperatureC": 69.99992497459468,
      "co2OutletTemperatureC": 55.37352195418712,
      "shellPressureDropKPa": 90.05862276022425,
      "co2PressureDropKPa": 24.60198266033238,
      "shellVelocityMPerS": 1.5825416973383575,
      "co2VelocityMPerS": 6.181752294641374,
      "shellConnectionOuterDiameterMm": 168.3,
      "tubeInletConnectionOuterDiameterMm": 88.9,
      "tubeOutletConnectionOuterDiameterMm": 88.9
    }
  }
}
Fall 31 · GK2727K-05T-1F

Anfrage

{
  "gasCoolerName": "GK2727K-05T-1F",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 140,
  "co2InletPressureKPa": 11500,
  "co2MassFlowKgPerS": 6.664004535688087,
  "co2OutletTemperatureC": 55,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 600,
  "shellInletTemperatureC": 40,
  "shellOutletTemperatureC": 70,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK2727K-05T",
      "baseType": "GK2727K",
      "baffleCode": "1F",
      "baffleCount": 19,
      "availableCapacityKw": 1165.7238772531898,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3136.501848056046,
      "effectiveLMTD_K": 27.610169648239253,
      "outerAreaM2": 13.4611372313016,
      "shellMassFlowKgPerS": 9.287326368715538,
      "co2MassFlowKgPerS": 6.664004535688087,
      "shellOutletTemperatureC": 70.00239104978844,
      "co2OutletTemperatureC": 55.92848177291092,
      "shellPressureDropKPa": 66.99846438054126,
      "co2PressureDropKPa": 15.922227202339197,
      "shellVelocityMPerS": 1.3296090151279905,
      "co2VelocityMPerS": 4.660369829754549,
      "shellConnectionOuterDiameterMm": 219.1,
      "tubeInletConnectionOuterDiameterMm": 101.6,
      "tubeOutletConnectionOuterDiameterMm": 101.6
    }
  }
}
Fall 32 · GK2724K-03T-1B

Anfrage

{
  "gasCoolerName": "GK2724K-03T-1B",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 140,
  "co2InletPressureKPa": 12000,
  "co2MassFlowKgPerS": 6.4041733863234205,
  "co2OutletTemperatureC": 55,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 600,
  "shellInletTemperatureC": 50,
  "shellOutletTemperatureC": 85,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK2724K-03T",
      "baseType": "GK2724K",
      "baffleCode": "1B",
      "baffleCount": 23,
      "availableCapacityKw": 768.7650846476498,
      "capacityRatio": 1,
      "overallU_WPerM2K": 3546.1511864917534,
      "effectiveLMTD_K": 32.267914052454245,
      "outerAreaM2": 6.718333463149908,
      "shellMassFlowKgPerS": 5.243560169537084,
      "co2MassFlowKgPerS": 6.4041733863234205,
      "shellOutletTemperatureC": 84.99575874076297,
      "co2OutletTemperatureC": 72.26019056925598,
      "shellPressureDropKPa": 24.726323482035443,
      "co2PressureDropKPa": 33.00396050919334,
      "shellVelocityMPerS": 1.1197203123889907,
      "co2VelocityMPerS": 7.583505216712396,
      "shellConnectionOuterDiameterMm": 219.1,
      "tubeInletConnectionOuterDiameterMm": 101.6,
      "tubeOutletConnectionOuterDiameterMm": 101.6
    }
  }
}
Fall 33 · GK3224K-05T-1H

Anfrage

{
  "gasCoolerName": "GK3224K-05T-1H",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 140,
  "co2InletPressureKPa": 12000,
  "co2MassFlowKgPerS": 8.538897848431228,
  "co2OutletTemperatureC": 55,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 600,
  "shellInletTemperatureC": 50,
  "shellOutletTemperatureC": 85,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK3224K-05T",
      "baseType": "GK3224K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 1251.899304614909,
      "capacityRatio": 1,
      "overallU_WPerM2K": 2530.0398951934744,
      "effectiveLMTD_K": 23.946869041642003,
      "outerAreaM2": 20.662965008263484,
      "shellMassFlowKgPerS": 8.538089159230728,
      "co2MassFlowKgPerS": 8.538897848431228,
      "shellOutletTemperatureC": 84.9990844094922,
      "co2OutletTemperatureC": 64.14418613579994,
      "shellPressureDropKPa": 57.53778394925914,
      "co2PressureDropKPa": 11.209875701316342,
      "shellVelocityMPerS": 1.1492650733112266,
      "co2VelocityMPerS": 3.2465800326502605,
      "shellConnectionOuterDiameterMm": 219.1,
      "tubeInletConnectionOuterDiameterMm": 114.3,
      "tubeOutletConnectionOuterDiameterMm": 114.3
    }
  }
}
Fall 34 · GK1412K-06B-1P

Anfrage

{
  "gasCoolerName": "GK1412K-06B-1P",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 60,
  "co2InletPressureKPa": 5100,
  "co2MassFlowKgPerS": 0.09744060675291419,
  "co2OutletTemperatureC": 14,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 5,
  "shellOutletTemperatureC": 10,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1412K-06B",
      "baseType": "GK1412K",
      "baffleCode": "1P",
      "baffleCount": 11,
      "availableCapacityKw": 25.36410139750695,
      "capacityRatio": 1,
      "overallU_WPerM2K": 1599.937964247166,
      "effectiveLMTD_K": 9.754946138174674,
      "outerAreaM2": 1.625142549613787,
      "shellMassFlowKgPerS": 1.2078014902274317,
      "co2MassFlowKgPerS": 0.09744060675291419,
      "shellOutletTemperatureC": 10.000000142991993,
      "co2OutletTemperatureC": 12.827664761114448,
      "shellPressureDropKPa": 5.017669926183047,
      "co2PressureDropKPa": 0.0678846195283776,
      "shellVelocityMPerS": 0.5419735903193292,
      "co2VelocityMPerS": 0.4443539944474742,
      "shellConnectionOuterDiameterMm": 114.3,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 35 · GK1115K-08B-1L

Anfrage

{
  "gasCoolerName": "GK1115K-08B-1L",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 60,
  "co2InletPressureKPa": 5100,
  "co2MassFlowKgPerS": 0.19488121350582838,
  "co2OutletTemperatureC": 14,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 5,
  "shellOutletTemperatureC": 10,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1115K-08B",
      "baseType": "GK1115K",
      "baffleCode": "1L",
      "baffleCount": 15,
      "availableCapacityKw": 49.64332629241178,
      "capacityRatio": 0.9999999999999997,
      "overallU_WPerM2K": 2348.2169103012757,
      "effectiveLMTD_K": 9.852416235554843,
      "outerAreaM2": 2.145753900981983,
      "shellMassFlowKgPerS": 2.3639427447532215,
      "co2MassFlowKgPerS": 0.19488121350582838,
      "shellOutletTemperatureC": 10.000000151905262,
      "co2OutletTemperatureC": 14.550503480849866,
      "shellPressureDropKPa": 58.9640476474865,
      "co2PressureDropKPa": 0.2818942298359645,
      "shellVelocityMPerS": 0.9949745612088426,
      "co2VelocityMPerS": 0.858559338627371,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 36 · GK1421K-07B-1H

Anfrage

{
  "gasCoolerName": "GK1421K-07B-1H",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 60,
  "co2InletPressureKPa": 5100,
  "co2MassFlowKgPerS": 0.38976242701165675,
  "co2OutletTemperatureC": 14,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 5,
  "shellOutletTemperatureC": 10,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1421K-07B",
      "baseType": "GK1421K",
      "baffleCode": "1H",
      "baffleCount": 17,
      "availableCapacityKw": 100.44067316480101,
      "capacityRatio": 0.9999999999999986,
      "overallU_WPerM2K": 2591.447351034922,
      "effectiveLMTD_K": 9.805297027008342,
      "outerAreaM2": 3.952814834263455,
      "shellMassFlowKgPerS": 4.7828382652585155,
      "co2MassFlowKgPerS": 0.38976242701165675,
      "shellOutletTemperatureC": 10.00000014680763,
      "co2OutletTemperatureC": 13.64936618989717,
      "shellPressureDropKPa": 84.2036108443384,
      "co2PressureDropKPa": 0.8941204282918559,
      "shellVelocityMPerS": 1.4384391244940906,
      "co2VelocityMPerS": 1.3156808775430988,
      "shellConnectionOuterDiameterMm": 114.3,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 37 · GK1136K-06B-1B

Anfrage

{
  "gasCoolerName": "GK1136K-06B-1B",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 70,
  "co2InletPressureKPa": 5600,
  "co2MassFlowKgPerS": 0.19809795015050802,
  "co2OutletTemperatureC": 18,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 8,
  "shellOutletTemperatureC": 14,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1136K-06B",
      "baseType": "GK1136K",
      "baffleCode": "1B",
      "baffleCount": 23,
      "availableCapacityKw": 50.80993665257943,
      "capacityRatio": 1.0000000000000007,
      "overallU_WPerM2K": 2056.7128554439614,
      "effectiveLMTD_K": 11.028800454349282,
      "outerAreaM2": 2.239993261121365,
      "shellMassFlowKgPerS": 2.0191928583173375,
      "co2MassFlowKgPerS": 0.19809795015050802,
      "shellOutletTemperatureC": 14.000000173673518,
      "co2OutletTemperatureC": 16.86539336658259,
      "shellPressureDropKPa": 8.90243909509016,
      "co2PressureDropKPa": 2.4100374423769115,
      "shellVelocityMPerS": 0.42207752173780283,
      "co2VelocityMPerS": 1.9387584402932296,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 38 · GK1427K-06B-1F

Anfrage

{
  "gasCoolerName": "GK1427K-06B-1F",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 70,
  "co2InletPressureKPa": 5600,
  "co2MassFlowKgPerS": 0.39619590030101604,
  "co2OutletTemperatureC": 18,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 8,
  "shellOutletTemperatureC": 14,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1427K-06B",
      "baseType": "GK1427K",
      "baffleCode": "1F",
      "baffleCount": 19,
      "availableCapacityKw": 101.82881750148765,
      "capacityRatio": 1.0000000000000007,
      "overallU_WPerM2K": 2438.085080696577,
      "effectiveLMTD_K": 11.01421620083479,
      "outerAreaM2": 3.7919992824321693,
      "shellMassFlowKgPerS": 4.046689183570655,
      "co2MassFlowKgPerS": 0.39619590030101604,
      "shellOutletTemperatureC": 14.000000172961553,
      "co2OutletTemperatureC": 16.71446985541691,
      "shellPressureDropKPa": 32.65676792767249,
      "co2PressureDropKPa": 1.53169019319133,
      "shellVelocityMPerS": 0.9781866259079506,
      "co2VelocityMPerS": 1.7008580574444858,
      "shellConnectionOuterDiameterMm": 114.3,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 39 · GK1636K-06B-1L

Anfrage

{
  "gasCoolerName": "GK1636K-06B-1L",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 70,
  "co2InletPressureKPa": 5600,
  "co2MassFlowKgPerS": 0.7923918006020321,
  "co2OutletTemperatureC": 18,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 300,
  "shellInletTemperatureC": 8,
  "shellOutletTemperatureC": 14,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1636K-06B",
      "baseType": "GK1636K",
      "baffleCode": "1L",
      "baffleCount": 15,
      "availableCapacityKw": 197.1187502646838,
      "capacityRatio": 0.9999999999999996,
      "overallU_WPerM2K": 2863.798193305222,
      "effectiveLMTD_K": 11.195786556760487,
      "outerAreaM2": 6.147958341671054,
      "shellMassFlowKgPerS": 7.83352231860503,
      "co2MassFlowKgPerS": 0.7923918006020321,
      "shellOutletTemperatureC": 14.000000189124965,
      "co2OutletTemperatureC": 18.93255474474451,
      "shellPressureDropKPa": 27.75259793444861,
      "co2PressureDropKPa": 4.827870556479302,
      "shellVelocityMPerS": 0.912693602174427,
      "co2VelocityMPerS": 2.8092360438490287,
      "shellConnectionOuterDiameterMm": 141.3,
      "tubeInletConnectionOuterDiameterMm": 76.1,
      "tubeOutletConnectionOuterDiameterMm": 76.1
    }
  }
}
Fall 40 · GK1139K-06B-1F

Anfrage

{
  "gasCoolerName": "GK1139K-06B-1F",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 85,
  "co2InletPressureKPa": 6500,
  "co2MassFlowKgPerS": 0.41011450012361106,
  "co2OutletTemperatureC": 24,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 10,
  "shellOutletTemperatureC": 18,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1139K-06B",
      "baseType": "GK1139K",
      "baffleCode": "1F",
      "baffleCount": 19,
      "availableCapacityKw": 99.60699427409241,
      "capacityRatio": 1.0000000000000004,
      "overallU_WPerM2K": 2404.9129048793548,
      "effectiveLMTD_K": 17.04751770994761,
      "outerAreaM2": 2.4295695282095875,
      "shellMassFlowKgPerS": 2.9716596176753383,
      "co2MassFlowKgPerS": 0.41011450012361106,
      "shellOutletTemperatureC": 18.00000028605739,
      "co2OutletTemperatureC": 24.17883661625832,
      "shellPressureDropKPa": 13.475527449959149,
      "co2PressureDropKPa": 6.897288109569189,
      "shellVelocityMPerS": 0.4595196443048209,
      "co2VelocityMPerS": 3.614913016039381,
      "shellConnectionOuterDiameterMm": 88.9,
      "tubeInletConnectionOuterDiameterMm": 60.3,
      "tubeOutletConnectionOuterDiameterMm": 60.3
    }
  }
}
Fall 41 · GK1630K-06B-1P

Anfrage

{
  "gasCoolerName": "GK1630K-06B-1P",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 85,
  "co2InletPressureKPa": 6500,
  "co2MassFlowKgPerS": 1.0252862503090276,
  "co2OutletTemperatureC": 24,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 10,
  "shellOutletTemperatureC": 18,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1630K-06B",
      "baseType": "GK1630K",
      "baffleCode": "1P",
      "baffleCount": 11,
      "availableCapacityKw": 251.16641526725823,
      "capacityRatio": 0.9999999999999994,
      "overallU_WPerM2K": 2903.9547257532345,
      "effectiveLMTD_K": 16.965521191980795,
      "outerAreaM2": 5.0980550414416745,
      "shellMassFlowKgPerS": 7.493259876029797,
      "co2MassFlowKgPerS": 1.0252862503090276,
      "shellOutletTemperatureC": 18.000000282641597,
      "co2OutletTemperatureC": 23.76289267456327,
      "shellPressureDropKPa": 16.914399971838442,
      "co2PressureDropKPa": 4.440290747054315,
      "shellVelocityMPerS": 0.7784493369231965,
      "co2VelocityMPerS": 3.2751745302298834,
      "shellConnectionOuterDiameterMm": 141.3,
      "tubeInletConnectionOuterDiameterMm": 76.1,
      "tubeOutletConnectionOuterDiameterMm": 76.1
    }
  }
}
Fall 42 · GK1939K-07B-1J

Anfrage

{
  "gasCoolerName": "GK1939K-07B-1J",
  "shellThermalMode": "ShellOutletDriven",
  "co2OperatingMode": "Auto",
  "co2InletTemperatureC": 85,
  "co2InletPressureKPa": 6500,
  "co2MassFlowKgPerS": 2.0505725006180553,
  "co2OutletTemperatureC": 24,
  "shellFluid": "Water",
  "shellFluidConcentrationPercent": 0,
  "shellInletPressureKPa": 400,
  "shellInletTemperatureC": 10,
  "shellOutletTemperatureC": 18,
  "approval": "Standard",
  "shellConnectionType": "Flange",
  "tubeConnectionMaterial": "CarbonSteel",
  "shellFoulingResistanceM2KPerW": 0.000043,
  "co2FoulingResistanceM2KPerW": 0.00001
}

Antwort 200 (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "value": {
    "result": {
      "geometryCode": "GK1939K-07B",
      "baseType": "GK1939K",
      "baffleCode": "1J",
      "baffleCount": 3,
      "availableCapacityKw": 513.7172495190615,
      "capacityRatio": 1.0000000000000007,
      "overallU_WPerM2K": 2259.732841592285,
      "effectiveLMTD_K": 16.71920849936394,
      "outerAreaM2": 13.597257979920077,
      "shellMassFlowKgPerS": 15.326160742269321,
      "co2MassFlowKgPerS": 2.0505725006180553,
      "shellOutletTemperatureC": 18.000000286525918,
      "co2OutletTemperatureC": 22.53532074118888,
      "shellPressureDropKPa": 11.242781983908891,
      "co2PressureDropKPa": 6.925819300185534,
      "shellVelocityMPerS": 0.3221082828070482,
      "co2VelocityMPerS": 3.2056527604337623,
      "shellConnectionOuterDiameterMm": 168.3,
      "tubeInletConnectionOuterDiameterMm": 76.1,
      "tubeOutletConnectionOuterDiameterMm": 76.1
    }
  }
}

Aufruf über eine einzige GET-URL

Die Berechnung ist auch als eine URL erreichbar — für Clients, die eine öffentliche GET-Adresse öffnen, aber keinen POST-Body senden können: Browser, Dokumentationswerkzeuge, Monitoring-Checks und Web-Assistenten. Methode und Nutzlast unterscheiden sich, die Berechnung nicht: derselbe Mapper, dieselbe Validierung, derselbe Solver.

https://tools.bitzer.de/gascooler-tool/api/v1/type-rating?gasCoolerName=GK1106K-08T-1V
    &co2InletTemperatureC=95
    &co2InletPressureKPa=8500
    &co2MassFlowKgPerS=0.1248
    &shellInletTemperatureC=20
    &shellMassFlowKgPerS=0.6

Antwort 200, application/json (Auszug, Werte wie zurückgegeben)

{
  "status": "Success",
  "failureCode": "None",
  "appliedDefaults": [
    "shellThermalMode",
    "co2OperatingMode",
    "shellFluid",
    "shellFluidConcentrationPercent",
    "shellInletPressureKPa",
    "approval",
    "shellConnectionType",
    "tubeConnectionMaterial",
    "shellFoulingResistanceM2KPerW",
    "co2FoulingResistanceM2KPerW"
  ],
  "value": {
    "result": {
      "geometryCode": "GK1106K-08T",
      "baffleCode": "1V",
      "baffleCount": 5,
      "availableCapacityKw": 13.670202362956736,
      "shellOutletTemperatureC": 25.447672651230558,
      "co2OutletTemperatureC": 43.11541355508725,
      "shellPressureDropKPa": 3.677277882448561,
      "co2PressureDropKPa": 0.04205086419830228,
      "shellVelocityMPerS": 0.623691632350289,
      "overallU_WPerM2K": 459.09461292068295
    }
  }
}

In der Anzeigeform des Tools: Leistung 13,7 kW, Mantelaustritt 25,4 °C, R744-Austritt 43,1 °C.

Parameter und Defaults

Namen, Einheiten und Wertebereiche sind die der Eingabefelder oben. Fünf Parameter sind erforderlich; die übrigen haben einen dokumentierten Default, den die Antwort unter appliedDefaults nennt — nichts wird stillschweigend gesetzt.

ParameterErforderlichDefault
gasCoolerNameerforderlich
co2InletTemperatureC, co2InletPressureKPa, co2MassFlowKgPerSerforderlich
shellInletTemperatureCerforderlich
shellThermalModeoptionalwird aus dem mantelseitigen Abschluss abgeleitet
co2OperatingModeoptionalAuto
shellFluidoptionalWater
shellFluidConcentrationPercentoptional0
shellInletPressureKPaoptional300
approvaloptionalStandard
shellConnectionTypeoptionalFlange
tubeConnectionMaterialoptionalCarbonSteel
shellFoulingResistanceM2KPerWoptional0.000043
co2FoulingResistanceM2KPerWoptional0.00001
co2OutletTemperatureCoptionalnicht gesetzt
detailoptionalsummary

Der Mantelmodus folgt aus der Eingabe

Gesendeter ParameterResultierender shellThermalMode
shellMassFlowKgPerS | shellVolumetricFlowM3PerHMassFlowDriven
shellOutletTemperatureCShellOutletDriven
requiredCapacityKwCapacityDriven

Keiner oder mehr als einer dieser Parameter wird abgewiesen, die Meldung nennt die zulässigen Kombinationen. shellThermalMode kann auch explizit angegeben werden; er gewinnt dann und wird wie gewohnt gegen die Felder geprüft.

Antwortgröße, Zwischenspeicherung, Limits

  • Standardmäßig kompakt: die Hülle der POST-Antwort ohne Berechnungsblatt und Trace-Daten — etwa 3 kB statt 176 kB. &detail=full liefert den vollständigen POST-Body.
  • Zwischenspeicherbar: ETag und Cache-Control public, max-age=300. Der Tag deckt die Parameter und den Katalogstand ab, nicht das Ergebnis; If-None-Match wird daher mit 304 beantwortet, bevor gerechnet wird.
  • Gemeinsames Limit: GET und POST teilen dasselbe Budget von 10 Berechnungen pro Minute je Client und API-Instanz, die URL-Form verdoppelt es also nicht.
  • Strikte Parameterliste: ein unbekannter oder doppelt gesendeter Parameter wird mit Feldnamen abgewiesen — ein Tippfehler wie co2InletTempC darf nicht in einem Default verschwinden. Dezimaltrennzeichen ist der Punkt; 0,6 wird mit diesem Hinweis abgewiesen.
  • Fehler haben dieselbe Form wie bei der Berechnung: status, failureCode, failureDetails, validationErrors[].field.