Home
last modified time | relevance | path

Searched refs:meter (Results 1 – 14 of 14) sorted by relevance

/honee/src/
H A Dcloptions.c233 .meter = 1.0, in ProcessCommandLineOptions()
239 …Scalar("-units_meter", "1 meter in scaled length units", NULL, units->meter, &units->meter, NULL)); in ProcessCommandLineOptions()
244 units->Pascal = units->kilogram / (units->meter * PetscSqr(units->second)); in ProcessCommandLineOptions()
245 units->Joule = units->kilogram * PetscSqr(units->meter) / PetscSqr(units->second); in ProcessCommandLineOptions()
247 units->m_per_squared_s = units->meter / PetscSqr(units->second); in ProcessCommandLineOptions()
248 units->W_per_m_K = units->Joule / (units->second * units->meter * units->Kelvin); in ProcessCommandLineOptions()
H A Dhonee-meshtransform.c192 PetscReal meter; in HoneeMeshTransformFromOptions() local
193 PetscCall(DMPlexGetScale(dm, PETSC_UNIT_LENGTH, &meter)); in HoneeMeshTransformFromOptions()
195 PetscCall(VecScale(coords, meter)); in HoneeMeshTransformFromOptions()
H A Ddifferential_filter.c280 for (int i = 0; i < 3; i++) diff_filter_ctx->width_scaling[i] *= units->meter; in DifferentialFilterSetup()
281 diff_filter_ctx->kernel_scaling *= units->meter; in DifferentialFilterSetup()
282 diff_filter_ctx->friction_length *= units->meter; in DifferentialFilterSetup()
H A Dsetupdm.c66 PetscCall(DMPlexSetScale(*dm, PETSC_UNIT_LENGTH, honee->units->meter)); in CreateDM()
/honee/problems/
H A Dgaussianwave.c39 width *= honee->units->meter; in NS_GAUSSIAN_WAVE()
40 for (int i = 0; i < 3; i++) epicenter[i] *= honee->units->meter; in NS_GAUSSIAN_WAVE()
H A Deulervortex.c105 …for (PetscInt i = 0; i < dim; i++) center[i] = .5 * domain_size[i] / units->meter; // Redimension… in NS_EULER_VORTEX()
129 center[i] *= units->meter; in NS_EULER_VORTEX()
130 mean_velocity[i] *= (units->meter / units->second); in NS_EULER_VORTEX()
H A Ddensitycurrent.c69 rc = fabs(rc) * units->meter; in NS_DENSITY_CURRENT()
74 for (PetscInt i = 0; i < dim; i++) center[i] *= units->meter; in NS_DENSITY_CURRENT()
H A Dblasius.c180 U_inf *= units->meter / units->second; in NS_BLASIUS()
181 delta0 *= units->meter; in NS_BLASIUS()
H A Dchannel.c70 umax *= units->meter / units->second; in NS_CHANNEL()
H A Dbc_freestream.c126 … (int i = 0; i < 3; i++) Y_inf.velocity[i] = reference->velocity[i] * units->second / units->meter; in FreestreamBCSetup()
138 for (int i = 0; i < 3; i++) Y_inf.velocity[i] *= units->meter / units->second; in FreestreamBCSetup()
H A Dadvection.c497 rc = fabs(rc) * units->meter; in NS_ADVECTION()
499 wind[i] *= (units->meter / units->second); in NS_ADVECTION()
H A Dnewtonian.c483 for (PetscInt i = 0; i < 3; i++) reference.velocity[i] *= units->meter / units->second; in NS_NEWTONIAN_IG()
735 const CeedScalar kg = units->kilogram, m = units->meter, sec = units->second, K = units->Kelvin; in UnitTests_Newtonian()
/honee/include/
H A Dnavierstokes.h184 PetscScalar meter; member
/honee/doc/
H A Druntime_options.md230 - 1 meter in scaled length units