Home
last modified time | relevance | path

Searched refs:prandtl (Results 1 – 25 of 114) sorted by relevance

12345

/petsc/src/ts/tutorials/
H A Dex26.c104 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member
134 user.prandtl = 1.0; in main()
141 …eal("-prandtl", "Ratio of viscous to thermal diffusivity", "", user.prandtl, &user.prandtl, NULL)); in main()
168 … = %g, grashof # = %g\n", mx, my, (double)user.lidvelocity, (double)user.prandtl, (double)user.gra… in main()
262 PetscReal grashof, prandtl, lid; in FormIFunctionLocal() local
267 prandtl = user->prandtl; in FormIFunctionLocal()
380 …f[j][i].temp = (xdot[j][i].temp + uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[… in FormIFunctionLocal()
/petsc/src/snes/tutorials/
H A Dex19.c83 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member
119 user.prandtl = 1.0; in main()
123 PetscCall(PetscOptionsGetReal(NULL, NULL, "-prandtl", &user.prandtl, NULL)); in main()
144 …randtl # = %g, grashof # = %g\n", (double)user.lidvelocity, (double)user.prandtl, (double)user.gra… in main()
238 PetscReal grashof, prandtl, lid; in FormFunctionLocal() local
243 prandtl = user->prandtl; in FormFunctionLocal()
354 …f[j][i].temp = uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[j][i + 1].temp - u)… in FormFunctionLocal()
379 PetscReal grashof, prandtl, lid; in NonlinearGS() local
394 prandtl = user->prandtl; in NonlinearGS()
561 …ftemp = uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[j][i + 1].temp - u)) * hy … in NonlinearGS()
[all …]
/petsc/src/snes/tests/
H A Dex69.c21 PetscReal lidvelocity, prandtl, grashof; /* physical parameters */ member
79 user.prandtl = 1.0; in main()
83 PetscCall(PetscOptionsGetReal(NULL, NULL, "-prandtl", &user.prandtl, NULL)); in main()
116 …randtl # = %g, grashof # = %g\n", (double)user.lidvelocity, (double)user.prandtl, (double)user.gra… in main()
213 PetscReal grashof, prandtl, lid; in FormFunctionLocal() local
224 prandtl = user->prandtl; in FormFunctionLocal()
335 …f[j][i].temp = uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[j][i + 1].temp - u)… in FormFunctionLocal()
/petsc/src/snes/tutorials/output/
H A Dex19_1.testout1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_5.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_superlu.out1 lid velocity = 0.0025, prandtl # = 1., grashof # = 1.
H A Dex19_fp16.testout1 lid velocity = 0.00160027, prandtl # = 1., grashof # = 1.
H A Dex19_draw.out1 lid velocity = 0.0204082, prandtl # = 1., grashof # = 1.
H A Dex19_18.out1 lid velocity = 0.0625, prandtl # = 1., grashof # = 1.
H A Dex19_2.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_16.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_cuda.out1 lid velocity = 0.0625, prandtl # = 1., grashof # = 1.
H A Dex19_ml.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_14.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_11.out1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
H A Dex19_19.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_bjacobi.out1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
H A Dex19_12.out1 lid velocity = 0.000416493, prandtl # = 1., grashof # = 1.
H A Dex19_3.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_15.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_suitesparse.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_fdcoloring_wp.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
H A Dex19_16a.out1 lid velocity = 0.0016, prandtl # = 1., grashof # = 1.
/petsc/src/ts/tutorials/output/
H A Dex26_asm.out1 7x7 grid, lid velocity = 100., prandtl # = 1., grashof # = 1000.
H A Dex26_4.out1 7x7 grid, lid velocity = 100., prandtl # = 1., grashof # = 1000.

12345