Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 6 of 6) sorted by relevance

/honee/problems/
H A Ddensitycurrent.c34 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 Dadvection.c404 CeedScalar rc = 1000.; // m (Radius of bubble) in NS_ADVECTION() local
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 Ddensitycurrent.h22 CeedScalar rc; member
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 Dadvection.h66 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 Dadvection_types.h70 CeedScalar rc; member
/honee/doc/
H A Dexamples.md148 * - `-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,…