Error with Flow Channel Scaling Factor #28430
-
Hello, I am working on simulating a case where a pipe splits into 10 pipes, they go through a heated section, then recombine into 1 pipe. What I am trying to do I modify the scaling_factor_1phase for a flow channel 1 phase, however, whenever I define `# Define regen properties. [GlobalParams]
[] [FluidProperties] [Closures] [Components]
[] [Preconditioning] [Executioner]
[] [Outputs]
[] ` Could this error be coming from the heat structure by any chance? When the heat structure is removed from the input file, I get no error, but when it is added, the error appears. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The "different scaling factor" it refers to is the one used on your other channel ( |
Beta Was this translation helpful? Give feedback.
The "different scaling factor" it refers to is the one used on your other channel (
pipe_2
), which is using a default value that is different from your 0.1 value inpipe_1
, so you need to have these match.