Skip to content

Commit

Permalink
try using a subset of flowsheets - the memory/cpu seems to be getting…
Browse files Browse the repository at this point in the history
… starved too consistently
  • Loading branch information
MichaelPesce committed Nov 21, 2024
1 parent 1256601 commit b6fc7fa
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions electron/ui/cypress/e2e/Flowsheets.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export const flowsheets = [
sweepVariable: 'Feedvolumetricflowrate',
sweepValues: ['20000', '21000'],
},
{
name: 'BSM2_P_extension flowsheet',
buildRequired: false,
sweepVariable: 'Feedvolumetricflowrate',
sweepValues: ['20000', '21000'],
},
// {
// name: 'BSM2_P_extension flowsheet',
// buildRequired: false,
// sweepVariable: 'Feedvolumetricflowrate',
// sweepValues: ['20000', '21000'],
// },
{
name: 'Dye Desalination flowsheet',
buildRequired: false,
Expand All @@ -35,24 +35,24 @@ export const flowsheets = [
sweepVariable: 'Watermassflowrate',
sweepValues: ['0.7','0.8'],
},
{
name: 'OARO flowsheet',
buildRequired: true,
sweepVariable: 'Watermassflowrate',
sweepValues: ['5','6'],
},
{
name: 'Granular Activated Carbon (GAC) flowsheet',
buildRequired: true,
sweepVariable: 'Apparentdensity',
sweepValues: ['700','800'],
},
{
name: 'Electrodialysis with concentrate recirculation flowsheet',
buildRequired: false,
sweepVariable: 'Feedsolutionvolumeflowrate',
sweepValues: ['0.001','0.002'],
},
// {
// name: 'OARO flowsheet',
// buildRequired: true,
// sweepVariable: 'Watermassflowrate',
// sweepValues: ['5','6'],
// },
// {
// name: 'Granular Activated Carbon (GAC) flowsheet',
// buildRequired: true,
// sweepVariable: 'Apparentdensity',
// sweepValues: ['700','800'],
// },
// {
// name: 'Electrodialysis with concentrate recirculation flowsheet',
// buildRequired: false,
// sweepVariable: 'Feedsolutionvolumeflowrate',
// sweepValues: ['0.001','0.002'],
// },
{
name: 'LSRRO flowsheet',
buildRequired: true,
Expand Down

0 comments on commit b6fc7fa

Please sign in to comment.