Searched refs:recirc (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | bc_freestream_type.h | 21 …CeedScalar recirc; // amount of recirculation to allow in exteri… member
|
| H A D | bc_freestream.h | 199 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity… in RiemannOutflow() 276 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocit… in RiemannOutflow_Jacobian() 277 …const CeedScalar dproj = (1 - outflow->recirc) * Softplus_fwd(-u_normal, -du_normal, outflow->… in RiemannOutflow_Jacobian()
|
| /libCEED/examples/fluids/meshes/ |
| H A D | Makefile | 15 cylinder-q1-n12-recirc.msh: GMSH_FLAGS = -order 1 -setnumber N 12 -setnumber H 1 -setnumber xL 1 -s…
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 145 CeedScalar recirc = 1, softplus_velocity = 1e-2; in OutflowBCSetup() local 152 …irc", "Fraction of recirculation to allow in exterior velocity state [0,1]", NULL, recirc, &recirc, in OutflowBCSetup() 209 outflow_ctx->recirc = recirc; in OutflowBCSetup()
|