Searched full:rc (Results 1 – 9 of 9) sorted by relevance
| /honee/problems/ |
| H A D | densitycurrent.c | 34 CeedScalar rc = 1000.; // m (Radius of bubble) in NS_DENSITY_CURRENT() local 49 …PetscCall(PetscOptionsScalar("-rc", "Characteristic radius of thermal bubble", NULL, rc, &rc, NULL… in NS_DENSITY_CURRENT() 69 rc = fabs(rc) * units->meter; in NS_DENSITY_CURRENT() 80 density_current_ctx->rc = rc; in NS_DENSITY_CURRENT()
|
| H A D | advection.c | 404 CeedScalar rc = 1000.; // m (Radius of bubble) in NS_ADVECTION() local 463 PetscCall(PetscOptionsDeprecated("-rc", "-advection_ic_bubble_rc", "HONEE 0.0", NULL)); in NS_ADVECTION() 465 …Scalar("-advection_ic_bubble_rc", "Characteristic radius of thermal bubble", NULL, rc, &rc, NULL)); in NS_ADVECTION() 497 rc = fabs(rc) * units->meter; in NS_ADVECTION() 503 setup_context->rc = rc; in NS_ADVECTION()
|
| /honee/qfunctions/ |
| H A D | densitycurrent.h | 22 CeedScalar rc; member 38 // delta_theta = r <= rc : thetaC(1 + cos(pi r/rc)) / 2 39 // r > rc : 0 41 // with (xc,yc,zc) center of domain, rc characteristic radius of thermal bubble 70 // rc , Characteristic radius of thermal bubble 86 const CeedScalar rc = context->rc; in Exact_DC() local 106 const CeedScalar delta_theta = r <= rc ? thetaC * (1. + cos(M_PI * r / rc)) / 2. : 0.; in Exact_DC()
|
| H A D | advection.h | 26 // increases to (1.-r/rc), then 0. everywhere else 44 // increases to (1.-r/rc), then 0. everywhere else 66 const CeedScalar rc = context->rc; in Exact_AdvectionGeneric() local 106 q[4] = r <= rc ? (1. - r / rc) : 0.; in Exact_AdvectionGeneric() 110 q[4] = ((r <= rc) && (y < center[1])) ? (1. - r / rc) : 0.; in Exact_AdvectionGeneric() 114 … q[4] = ((r <= rc) && (y < center[1])) ? (1. - r / rc) * fmin(1.0, (center[1] - y) / 1.25) : 0.; in Exact_AdvectionGeneric() 117 q[4] = r <= rc ? .5 + .5 * cos(r * M_PI / rc) : 0; in Exact_AdvectionGeneric()
|
| H A D | advection_types.h | 70 CeedScalar rc; member
|
| /honee/examples/meshes/ |
| H A D | cylinder.geo | 44 Nc = N + 1; Rc = 1.00; 75 Circle(8) = {7, 11, 8}; Transfinite Curve {8} = Nc Using Progression Rc; 76 Circle(9) = {8, 11, 10}; Transfinite Curve {9} = Nc Using Progression Rc; 77 Circle(10) = {10, 11, 9}; Transfinite Curve {10} = Nc Using Progression Rc; 78 Circle(11) = {9, 11, 7}; Transfinite Curve {11} = Nc Using Progression Rc;
|
| /honee/ |
| H A D | conf.py | 89 # # The full version, including alpha/beta/rc tags.
|
| /honee/doc/ |
| H A D | examples.md | 148 * - `-rc` 177 … -dm_plex_box_lower 0,0,0 -dm_plex_box_upper 2000,125,1000 -dm_plex_dim 3 -rc 400. -bc_wall 1,2,5,…
|
| /honee/examples/ |
| H A D | navierstokes.c | 221 …try_y 3,4 -bc_symmetry_z 1,2 -units_kilogram 1e-9 -center 62.5,62.5,187.5 -rc 100. -thetaC -35. -m… 222 …try_y 3,4 -bc_symmetry_z 1,2 -units_kilogram 1e-9 -center 62.5,62.5,187.5 -rc 100. -thetaC -35. -m…
|