Searched full:ctaus (Results 1 – 6 of 6) sorted by relevance
140 CeedScalar CtauS = 0.; // dimensionless in NS_ADVECTION() local172 …PetscCall(PetscOptionsScalar("-CtauS", "Scale coefficient for tau (nondimensional)", NULL, CtauS, … in NS_ADVECTION()205 if (stab == STAB_NONE && CtauS != 0) { in NS_ADVECTION()206 PetscCall(PetscPrintf(comm, "Warning! Use -CtauS only with -stab su or -stab supg\n")); in NS_ADVECTION()250 advection_ctx->CtauS = CtauS; in NS_ADVECTION()
2 CtauS: .3
24 … 4 -units_kilogram 1e-9 -rc 100. -ts_dt 1e-3 -ts_max_steps 10 -stab supg -Ctaus 0.5 -mass_ksp_type…42 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab supg -deg…43 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab su -degre…45 …abilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 -stab supg -deg…
359 * - `-CtauS`
39 CeedScalar CtauS; member
263 return context->CtauS / sqrt(DotN(uX, uX, dim)); in Tau()