GithubHelp home page GithubHelp logo

Comments (8)

davidem88 avatar davidem88 commented on August 16, 2024

can you share the input file you used?

from streams.

Sushmitha46 avatar Sushmitha46 commented on August 16, 2024

!=============================================================
!
! ███████╗████████╗██████╗ ███████╗ █████╗ ███╗ ███╗███████╗
! ██╔════╝╚══██╔══╝██╔══██╗██╔════╝██╔══██╗████╗ ████║██╔════╝
! ███████╗ ██║ ██████╔╝█████╗ ███████║██╔████╔██║███████╗
! ╚════██║ ██║ ██╔══██╗██╔══╝ ██╔══██║██║╚██╔╝██║╚════██║
! ███████║ ██║ ██║ ██║███████╗██║ ██║██║ ╚═╝ ██║███████║
! ╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
!
! Supersonic TuRbulEnt Accelerated navier stokes Solver
!
! input file
!
!=============================================================

flow_type (0==>channel, 1==>BL, 2==>SBLI)
0

Lx Ly Lz
18.8571429 2. 6.283185307179586

Nx Ny Nz
1020 256 510

Ny_wr Ly_wr dy+_w jbgrid
150 2.5 1. 0

ng visc_ord ep_ord weno_par (1==>ord_1,2==>ord_3, 3==>ord_5, 4==>ord_7)
3 6 6 3

MPI_x_split MPI_z_split
1 1

sensor_threshold xshock_imp deflec_shock pgrad (0==>constant bulk)
1.2 50. 8. 0.

restart num_iter cfl dt_control print_control io_type
0 90000 .8 10 10 2

Mach Reynolds (friction) temp_ratio visc_type Tref (dimensional) turb_inflow
1.5 220. 0. 1 300. 0.75

stat_control xstat_num
250 0

xstat_list
10. 20. 25.

dtsave dtsave_restart enable_plot3d enable_vtk
50. 50. 1 1

rand_type
-1

from streams.

davidem88 avatar davidem88 commented on August 16, 2024

This case could be too big to run with one process. Try to increase the number of processes or reduce the mesh size.

from streams.

francescosalvadore avatar francescosalvadore commented on August 16, 2024

@Sushmitha46 I have checked and actually the plot3d writing does not work with the Intel compiler. The reason is the static declaration of grid3d. I pushed a change using allocatable memory which seems to me to fix the problem. Let us know if it's working for you now.

from streams.

Sushmitha46 avatar Sushmitha46 commented on August 16, 2024

@francescosalvadore I tried to compile and run the new file, this time plot3dgrid was written but then same error followed, and I was not able to open the written plot3d files.
plot3derror

The below error was shown when I tried to open the generated plot3d file
paraview_ploterror

from streams.

Sushmitha46 avatar Sushmitha46 commented on August 16, 2024

@davidem88 I had previously tried to run it using 120 cores, it showed the same error.

from streams.

francescosalvadore avatar francescosalvadore commented on August 16, 2024

@Sushmitha46, how is stacksize configured? Can you try to increase it (ulimit -s unlimited)?

from streams.

Sushmitha46 avatar Sushmitha46 commented on August 16, 2024

I increased it and it worked. Thank you :)

from streams.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.