Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedwater Economizer Calculator and suite #7343

Open
nbintertech opened this issue Feb 18, 2025 · 0 comments
Open

Feedwater Economizer Calculator and suite #7343

nbintertech opened this issue Feb 18, 2025 · 0 comments

Comments

@nbintertech
Copy link
Collaborator

nbintertech commented Feb 18, 2025

We need to add a Fuel type dropdown (ex. Flue Gas Calc), and change any associated functions based on fuel type.
MEASUR side:

  • update fuelOptions logic
  • setMaterialProperties

Will bring up in weekly to assess work -> other calculators that need changing:

  • heat recovery from condensing heat exchanger
  • heat cascading
  • air heating using flue gas

Requires suite change, needs comparable method to GasCompositions

Below needs to be added as suite issue but board is currently erroring out `Issue overview

Add support for the MEASUR FeedwaterEconomizer calculator to call WaterHeatingUsingFlue().calculate() with SolidLiquid results properties, while keeping support for GasComposition properties. There may be existing api's in the suite to achieve this already, but I'd need more info to be sure.

Below is current MEASUR workflow with suite to get FeedWaterEconomizer output:

Creates a GasCompositions instance from material properties
Creates a WaterHeatingUsingFlue instance
Calls calculate on GasCompositions and following input

MEASUR material properties and inputs uysed w/ above

{
    tempFlueGas: number, 
    percO2: number, 
    tempCombAir: number, 
    tempAmbientAir: number,
    moistCombAir: number, 
    ratingBoiler: number, 
    prSteam: number, 
    condSteam: number, 
    tempSteam: number, 
    tempFW: number, 
    percBlowDown: number, 
    effHX: number, 
    opHours: number, 
    costFuel: number, 
    hhvFuel: number,
    fuelTempF: number,
    CH4: number,
    C2H6: number,
    N2: number,
    H2: number,
    C3H8: number,
    C4H10_CnH2n: number,
    H2O: number,
    CO: number,
    CO2: number,
    SO2: number,
    O2: number,
    substance: string,
}

MEASUR suite outputs from above

FeedwaterEconomizerOutput {
    effBoiler: number; 
    tempSteamSat: number; 
    enthalpySteam: number; 
    enthalpyFW: number; 
    flowSteam: number; 
    flowFW: number; 
    flowFlueGas: number; 
    heatCapacityFG: number; 
    specHeatFG: number; 
    heatCapacityFW: number; 
    specHeatFW: number; 
    ratingHeatRecFW: number; 
    tempFlueGasOut: number; 
    tempFWOut: number; 
    energySavingsBoiler: number; 
    costSavingsBoiler: number;
    energySavedTotal: number
}```

`
@nbintertech nbintertech changed the title Feedwater Economizer Calculator Feedwater Economizer Calculator and suite Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants