Home
last modified time | relevance | path

Searched full:mu (Results 1 – 25 of 25) sorted by relevance

/honee/qfunctions/
H A Dblasius.h70 CeedScalar mu = blasius->newt_ctx.gas.mu; in BlasiusSolution() local
72 CeedScalar nu = mu / rho_infty; in BlasiusSolution()
82 *t12 = mu * U_infty * f[2] * sqrt(U_infty / (nu * (x0 + x[0] - x_inflow))); in BlasiusSolution()
102 const CeedScalar mu = context->newt_ctx.gas.mu; in ICsBlasius() local
110 const CeedScalar x0 = U_infty * S_infty.U.density / (mu * 25 / Square(delta0)); in ICsBlasius()
136 …const CeedScalar x0 = U_infty * rho_0 / (gas.mu * 25 / Square(context->delta0)… in Blasius_Inflow()
191 …const CeedScalar x0 = U_infty * rho_0 / (gas.mu * 25 / Square(context->delta0)… in Blasius_Inflow_Jacobian()
H A Dstabilization.h75 const CeedScalar mu = gas.mu; in Tau_diagPrim() local
93 …tau = Square(rho) * (4. * Square(dts) + velocity_term) + Ctau_v * Square(mu) * DotN((CeedScalar *)… in Tau_diagPrim()
105 // Ctau_v * mu * mu IF AND ONLY IF we don't add viscosity law =f(T) in Tau_diagPrim()
H A Dmonitor_totalkineticenergy.h30 v[1][i] = wdetJ * -2 * gas.mu * DotN((CeedScalar *)strain_rate, (CeedScalar *)strain_rate, 9); in MonitorTotalKineticEnergy()
31 v[2][i] = wdetJ * -gas.lambda * gas.mu * Square(div_u); in MonitorTotalKineticEnergy()
35 v[4][i] = wdetJ * gas.mu * Dot3(vorticity, vorticity); in MonitorTotalKineticEnergy()
H A Dstg_shur14.h250 const CeedScalar mu = stg_ctx->newt_ctx.gas.mu; in StgShur14Preprocess() local
255 const CeedScalar nu = mu / rho; in StgShur14Preprocess()
297 const CeedScalar nu = gas.mu / rho; in ICsStg()
347 const CeedScalar mu = gas.mu; in StgShur14Inflow() local
369 CalcSpectrum(X[1][i], eps, lt, h_node_sep, mu / rho, qn, stg_ctx); in StgShur14Inflow()
488 const CeedScalar nu = gas.mu / rho; in StgShur14InflowStrongQF()
H A Dchannel.h33 const CeedScalar mu = gas.mu; in Exact_Channel() local
42 const CeedScalar Pr = mu / (cp * k); in Exact_Channel()
H A Dnewtonian_types.h22 CeedScalar mu; member
H A Dsgs_dd_training.h48 …ComputeSgsDDInputs(grad_velo_aniso, km_A_ij, delta, gas.mu / s.U.density, eigenvectors, inputs, &g… in ComputeSGS_DDAnisotropicTrainingDataNodal()
H A Dsgs_dd_model.h90 ComputeSgsDD_Fused(grad_velo_aniso, km_A_ij, delta, gas.mu / s.U.density, km_sgs, sgsdd_ctx); in ComputeSgsDDNodal_Fused()
134 …ComputeSgsDDInputs(grad_velo_aniso, km_A_ij, delta, gas.mu / s.U.density, eigenvectors, model_inpu… in ComputeSgsDDNodal_Sequential_Inputs()
H A Dnewtonian_state.h46 CEED_QFUNCTION_HELPER CeedScalar Prandtl(NewtonianIGProperties gas) { return gas.cp * gas.mu / gas.… in Prandtl()
556 stress[i] = gas.mu * (2 * strain_rate[i] + gas.lambda * div_u * (i < 3)); in NewtonianStress()
H A Dnewtonian.h158 // Fu = mu (grad( u ) + grad( u )^T + lambda div ( u ) I3)
177 // mu , Dynamic viscosity
/honee/examples/
H A Dchannel.yaml2 mu: .01
H A Dtaylor_green_vortex.yaml17 mu: 0.000625
H A Dgaussianwave.yaml2 mu: 0 # Effectively solving Euler momentum equations
H A Dflatplate_STG.yaml51 mu: 1.2502e-5
H A Dvortexshedding.yaml39 mu: 0.01
H A Dnavierstokes.c221 …_z 1,2 -units_kilogram 1e-9 -center 62.5,62.5,187.5 -rc 100. -thetaC -35. -mu 75 -gravity 0,0,-9.8…
222 …_z 1,2 -units_kilogram 1e-9 -center 62.5,62.5,187.5 -rc 100. -thetaC -35. -mu 75 -gravity 0,0,-9.8…
/honee/tests/
H A Dchannel_divdiff_verify.yaml37 mu: 3.56e-2
H A Dgaussianwave_cgns_load.yaml2 mu: 0 # Effectively solving Euler momentum equations
/honee/problems/
H A Dblasius.c45 // mu and rho generally depend on h. in CompressibleBlasiusResidual()
46 // We naively assume constant mu. in CompressibleBlasiusResidual()
H A Dnewtonian.c394 .mu = 1.8e-5, in NS_NEWTONIAN_IG()
421 …Call(PetscOptionsScalar("-mu", "Shear dynamic viscosity coefficient", NULL, newtonian_ig_ctx->gas. in NS_NEWTONIAN_IG()
479 newtonian_ig_ctx->gas.mu *= units->Pascal * units->second; in NS_NEWTONIAN_IG()
H A Dchannel.c92 channel_ctx->B = body_force_scale * 2 * umax * newtonian_ig_ctx->gas.mu / (H * H); in NS_CHANNEL()
/honee/src/spanstats/
H A Dcflpe.c95 collect_ctx->diffusion_coeff = newtonian_ig_ctx->gas.mu; in CreateStatisticCollectionOperator()
/honee/doc/
H A Dtheory.md19 …{\sigma} = \mu(\nabla \bm{u} + (\nabla \bm{u})^T + \lambda (\nabla \cdot \bm{u})\bm{I}_3)$ is the …
281 + C_v \mu^2 \Vert \bm g \Vert_F ^2}
H A Druntime_options.md468 * - `-mu`
H A Dexamples.md177 … 2000,125,1000 -dm_plex_dim 3 -rc 400. -bc_wall 1,2,5,6 -wall_comps 1,2,3 -bc_symmetry_y 3,4 -mu 75
189 …$ is the center velocity, $T_w$ is the temperature at the wall, $Pr=\frac{\mu}{c_p \kappa}$ is the…