gdtk-uq / gdtk

The Gas Dynamics Toolkit (GDTk) is a set of software tools for simulating high speed fluid flow, maintained at The University of Queensland and the University of Southern Queensland, Australia.
https://gdtk.uqcloud.net/
Other
59 stars 15 forks source link

How do i change the surface roughness of the shock tube for L1D4 simulation? #67

Closed pmk3107 closed 2 months ago

pmk3107 commented 2 months ago

I'm working as a intern in a shock tube lab. I would like to replicate the flow inside our shock tube using L1D4 simulation.

uqngibbo commented 2 months ago

Hi pmk,

Have a look at the reference manual on our website: https://gdtk.uqcloud.net/docs/l1d/l1d-reference-manual-for-hugo/

And then the examples in the repository: https://github.com/gdtk-uq/gdtk/tree/master/examples/l1d

L1D doesn't have an explicit factor for the surface roughness, but you should be able to add viscous patches and tune the parameters to match whatever you are seeing in your experiments.

Nick,

pmk3107 commented 2 months ago

Thank you so much for the guidance, Nick.