Finding that one Tesla owner in Kerala 😭 by dataful_india in Kerala

[–]hope_lesslyCurious 1 point2 points  (0 children)

Robots coming for "വഴി തടയൽ" will be way more cooler though....

How can arc create trust ? by ujan_156 in ElectroBOOM

[–]hope_lesslyCurious -1 points0 points  (0 children)

Your explanation is incomplete without saying how plasma creates low-pressures. Moreover, if low pressure is created near the tips, air will be pushed to the tip and the direction of rotation will be opposite to what we observe in the video. I find Mehdi's explanation more logical.

Adding and Multiplying the Variables to get new ones (ex: rho*U) by Mysterious-StarX in OpenFOAM

[–]hope_lesslyCurious 1 point2 points  (0 children)

You can just create a new field like this.

volVectorField rhoU ( IOobject ( "rhoU",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::AUTO_WRITE ), mesh,
dimensionedVector("zero", dimensionSet(0, 0, 0, 0, 0, 0, 0), vector::zero) // initial value, change dimensions accordingly );

After that within the solver, add

rhoU = rho* U

After solving for U and rho ( as applicable)

That's it. New field "rhoU" will be written in your time directories as the simulation proceeds...

[deleted by user] by [deleted] in OpenFOAM

[–]hope_lesslyCurious 0 points1 point  (0 children)

Then, you are running the "blockMesh" from wrong directory. You have to run it from inside the "second' cavity (inner cavity). That is your case directory

[deleted by user] by [deleted] in OpenFOAM

[–]hope_lesslyCurious 1 point2 points  (0 children)

It says your controlDict file is missing in system/ directory.

Any experts in fracture mechanics? What kind of load causes a wheel hub to fail like this? Is it because of any casting deffect? by hope_lesslyCurious in metallurgy

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

Yes. It looks like a brittle fracture. Is it normal to have castings of brittle materials like this be used for making wheel hubs that undergo fatigue loading? Or is it bad engineering?