Skip to content

Commit

Permalink
Update StratifiedFlowNodeTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Jul 11, 2023
1 parent 03563f3 commit a7ab262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void testInit() {

PipeData pipe1 = new PipeData(0.1, 0.00025);

StratifiedFlowNode test = new StratifiedFlowNode(testSystem, puipe1);
StratifiedFlowNode test = new StratifiedFlowNode(testSystem, pipe1);
test.setInterphaseModelType(1);
test.setLengthOfNode(0.1);
test.getFluidBoundary().setHeatTransferCalc(false);
Expand Down

0 comments on commit a7ab262

Please sign in to comment.