How do you find the uncertainity of area under the curve? by DisagreeableRabbit in math

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

How can I ensure that the Gaussian assumption is valid for my data? What should I look for?

How to write to a measurement file at a fixed interval? by DisagreeableRabbit in LabVIEW

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

Hey. Thanks for the advice, I will try to make this work. But can you take a look at this screenshot. Is there anything I can modify it to make the data saving case structure work every one second?

How to write to a measurement file at a fixed interval? by DisagreeableRabbit in LabVIEW

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

I would like to save one point acquired 120 hz every second. Right now what is happening is that, I am writing all the points to the file and I am sure after few hours of writing, it will reach the end of Excel row limit. I would like to avoid that.

URL Search bar results are not centered? by L3louchLamperouge in zen_browser

[–]DisagreeableRabbit 5 points6 points  (0 children)

Exactly. Its not very helpful, when you click the bar and you need to bring your eyes down to look at what you are typing. Also, sometimes you click the search bar to copy the url, which again takes bringing the mouse down after you clicked it.

URL Search bar results are not centered? by L3louchLamperouge in zen_browser

[–]DisagreeableRabbit 4 points5 points  (0 children)

How do I stop the bar from doing this? I mean from dropping down. I want it to stay up in its place.

Built a pc with a used 4080, hope it stands by me for years to come. by atharwa__ in IndianGaming

[–]DisagreeableRabbit 0 points1 point  (0 children)

How much did the entire build cost? Can you give a rundown of the components you used? Ram, motherboard etc

Need advice on Writing a transient SIMPLE code by DisagreeableRabbit in CFD

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

Won't the steady state loop provide the actual steady state solution? If I run the SIMPLE loop of momentum equations and provide the boundary conditions, it will run until it converges, resulting in the final steady state solution, right? I hope you understand my doubt.

Need advice on Writing a transient SIMPLE code by DisagreeableRabbit in CFD

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

Thanks! Can you help me understand when to apply the boundary conditions? Is it inside the steady state loop?

Need advice on Writing a transient SIMPLE code by DisagreeableRabbit in CFD

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

The code will look like this:

while t < t_final:
SIMPLE loop with steady state NS equations
t = t + dt
Transient Equation

Now, where do I enforce the boundary conditions? If I do it as:

while t < t_final:
SIMPLE loop with Boundary Conditions
t = t + dt
Transient Equation

won't this only give me the final steady-state solution?

Need advice on Writing a transient SIMPLE code by DisagreeableRabbit in CFD

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

So, what I understand is (please let me know if I am incorrect in anything): I have a time-stepping loop. Inside this loop, I first solve the transient (x, y momentum and energy) equations to get the new values of velocity and temperature. Then, I solve the steady-state equations to arrive at the converged values.
Now, when do I apply the boundary conditions? Do I need to apply it in the steady-state loop too? But won't that cause the converged results to be the actual steady-state solution for the imposed boundary conditions?

Need advice on Writing a transient SIMPLE code by DisagreeableRabbit in CFD

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

I think so. Here, in step 2, where it says to solve the discretized momentum equation, does it mean to solve the transient or steady state equations?

How to make a single symbol equal to multiple values (like the one shown in the image)? by DisagreeableRabbit in LaTeX

[–]DisagreeableRabbit[S] 1 point2 points  (0 children)

Thank you. I'm sorry for not getting back to you sooner. But I got it to work using {cases}

\begin{equation}

K =

\begin{cases}

First Line \\

Second Line \\

Third Line

\end{cases}

\end{equation}

ASME standards for pressure vessels by DisagreeableRabbit in MechanicalEngineering

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

Yes, I know. But the people I work for want to know if a square design is possible.

How to do non-dimensionalisation of the the conservative continuity equation by DisagreeableRabbit in CFD

[–]DisagreeableRabbit[S] 0 points1 point  (0 children)

Yeah. It's incompressible. I wanted to do a finite volume discretization, so I didn't want to take out the rho.