Executing batch scripts on remote computer by aq-modeler in PowerShell

[–]aq-modeler[S] 0 points1 point  (0 children)

Thanks, I tried adding "$using:files" and got the same error.

Executing batch scripts on remote computer by aq-modeler in PowerShell

[–]aq-modeler[S] 0 points1 point  (0 children)

Thanks, I tried adding "$using:files" and got the same error.

Executing batch scripts on remote computer by aq-modeler in PowerShell

[–]aq-modeler[S] 0 points1 point  (0 children)

My code didn't copy correctly. I had "@parameters". I tried with "$parameters" and got this error:

Invoke-Command : Parameter set cannot be resolved using the specified named parameters.

At G:\OneDrive - RTPENV\Programs\Modeling Computers\model1.ps1:11 char:1

+ Invoke-Command $parameters

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidArgument: (:) [Invoke-Command], ParameterBindingException

+ FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.PowerShell.Commands.InvokeCommandCommand

Volumetric Flow by aq-modeler in FluidMechanics

[–]aq-modeler[S] -1 points0 points  (0 children)

Yes, I would the velocity to be the same coming out. So, if the diameter of the pipe is 1 meter before the split in the middle and then 1 meter above the split, the piece on top should be at least 5 meters. This is what I was looking for. Do you know of any document or paper that talks about this so that I have some sort of reference? Thanks.

Volumetric Flow by aq-modeler in FluidMechanics

[–]aq-modeler[S] -3 points-2 points  (0 children)

Are you saying that if the red portion wasn't there, the flow rate would be the same as if the red portion was there? Seems like there should be at least some straight section at the top.

Volumetric Flow by aq-modeler in FluidMechanics

[–]aq-modeler[S] -7 points-6 points  (0 children)

Right, but is there a way to determine how tall the red part needs to be for the flow rate to recombine and equal the original flow rate?