You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Pere@fronterapp ,
I would like to ask if I can directly input the water flow velocity at this location in the logLawInlet file you wrote, for example, by changing it to:
else U[i] = vector(0.1, 0, 0);
Finally, I would like to thank you for providing this code and for your assistance in maintaining it. I'm looking forward to your reply.
Best,
Zhuo
The text was updated successfully, but these errors were encountered:
Thank you for reaching out and for your kind words.
Regarding your question, the current condition in the logLawInlet file specifies a logarithmic velocity profile above z_ground and assumes zero velocity below that. Since the condition does not specifically differentiate between phases of flow (e.g., air or water), it should indeed be possible to directly input the water flow velocity as you suggest.
Please feel free to implement this and let me know if you encounter any issues or have further questions. I'm happy to assist!
Dear Pere@fronterapp ,
![db75c216e458c2e53e7f0151631449c](https://private-user-images.githubusercontent.com/161786668/369422562-8d8dff57-06c7-4f15-aaea-b2758e111b73.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjMwODgsIm5iZiI6MTczOTMyMjc4OCwicGF0aCI6Ii8xNjE3ODY2NjgvMzY5NDIyNTYyLThkOGRmZjU3LTA2YzctNGYxNS1hYWVhLWIyNzU4ZTExMWI3My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwMTEzMDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMmVjNmEyODUxNzU4M2ZjNjE0NzUzZGE2ODMwMTFmZTg2Yzk2YTMzMzZkYWQ0ZDFkMDlkMDc1OWFmOTk2NDY2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.wyGgX1uiyFOmdEvEZb4d1jKMYIy_zIZWI0WleVdDydY)
I would like to ask if I can directly input the water flow velocity at this location in the logLawInlet file you wrote, for example, by changing it to:
else U[i] = vector(0.1, 0, 0);
Finally, I would like to thank you for providing this code and for your assistance in maintaining it. I'm looking forward to your reply.
Best,
Zhuo
The text was updated successfully, but these errors were encountered: