Example #1
0
 @Override
 public PressurizedInput copy() {
   return new PressurizedInput(theSolid.copy(), theFluid.copy(), theGas.copy());
 }