Harish

Results 23 comments of Harish

I have an initial tree for spatial-temporal varying surface temperature: https://github.com/hgopalan/amr-wind/tree/MultiRough. I am not sure how soon you need the capability for the Awaken simulations. It will take me sometime...

I got the same error message for a Test case with 360 million grid points on 6 Kestrel Nodes (using 96 cores in each). The case is similar to the...

The failure seems to be happening only on CPU. I tried running the same simulations on GPU and the simulations ran without any issues.

I tried a larger case and OOM happened on both CPU and GPU.

Will it be possible to provide a cloud of points to FF and get the outputs at those locations as CSV or VTKPoints ? When we have a terrain, we...

This was one of the use cases for which I wanted to see if we can also use ERF and asked for adding post-processing capabilities to write planes.

We discussed about doing it in ERF. We never discussed about porting the code into AMR-Wind at that time as it already had the particle format to do it.

We solve the convection diffusion equation with source terms and the temperature is coupled through the Boussinesq approximation for the incompressible flow.

I guess the code updates the initial temperature profile to account for rho=rho0(z). The temperature profile should remain similar to the initial profile.

This PR adds the complex terrain capability within AMR-Wind. I will create a separate PR with additional documentations and multiple terrain examples and on using the python tools to setup...