Home
last modified time | relevance | path

Searched refs:Pascal (Results 1 – 9 of 9) sorted by relevance

/libCEED/examples/solids/problems/
H A Dmooney-rivlin.c100 units->Pascal = units->kilogram / (units->meter * PetscSqr(units->second)); in ProcessPhysics_MR()
103 phys->mu_1 *= units->Pascal; in ProcessPhysics_MR()
104 phys->mu_2 *= units->Pascal; in ProcessPhysics_MR()
105 phys->lambda *= units->Pascal; in ProcessPhysics_MR()
H A Dneo-hookean.c99 units->Pascal = units->kilogram / (units->meter * PetscSqr(units->second)); in ProcessPhysics_NH()
102 phys->E *= units->Pascal; in ProcessPhysics_NH()
/libCEED/examples/fluids/problems/
H A Ddensitycurrent.c78 PetscScalar Pascal = user->units->Pascal; in NS_DENSITY_CURRENT() local
82 P0 *= Pascal; in NS_DENSITY_CURRENT()
H A Dchannel.c58 PetscScalar Pascal = user->units->Pascal; in NS_CHANNEL() local
61 P0 *= Pascal; in NS_CHANNEL()
H A Dbc_freestream.c33 PetscScalar Pascal = user->units->Pascal; in FreestreamBCSetup() local
38 …StatePrimitive Y_inf = {.pressure = reference->pressure / Pascal, .velocity = {0}, .temperature = … in FreestreamBCSetup()
101 Y_inf.pressure *= Pascal; in FreestreamBCSetup()
140 const PetscScalar Pascal = user->units->Pascal; in OutflowBCSetup() local
143 CeedScalar pressure = reference->pressure / Pascal; in OutflowBCSetup()
158 pressure *= Pascal; in OutflowBCSetup()
H A Dnewtonian.c270 PetscScalar W_per_m_K, Pascal, J_per_kg_K, m_per_squared_s; in NS_NEWTONIAN_IG() local
380 Pascal = kilogram / (meter * PetscSqr(second)); in NS_NEWTONIAN_IG()
389 user->units->Pascal = Pascal; in NS_NEWTONIAN_IG()
400 mu *= Pascal * second; in NS_NEWTONIAN_IG()
404 reference.pressure *= Pascal; in NS_NEWTONIAN_IG()
H A Dblasius.c306 PetscScalar Pascal = user->units->Pascal; in NS_BLASIUS() local
310 P_inf *= Pascal; in NS_BLASIUS()
/libCEED/examples/solids/include/
H A Dstructs.h38 PetscScalar Pascal; member
/libCEED/examples/fluids/
H A Dnavierstokes.h199 PetscScalar Pascal; member