Searched refs:weakT (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | blasius.c | 266 PetscBool weakT = PETSC_FALSE; // weak density or temperature in NS_BLASIUS() local 275 …PetscOptionsBool("-weakT", "Change from rho weak to T weak at inflow", NULL, weakT, &weakT, NULL)); in NS_BLASIUS() 331 blasius_ctx->weakT = weakT; in NS_BLASIUS() 359 PetscCall(SetupStg(comm, dm, problem, user, weakT, S_infty.Y.temperature, S_infty.Y.pressure)); in NS_BLASIUS()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | blasius.h | 24 bool weakT; // !< flag to set Temperature weakly at inflow member 161 if (context->weakT) { // density from the current solution in Blasius_Inflow() 215 if (context->weakT) { in Blasius_Inflow_Jacobian()
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 695 constant, and temperature is allowed to float. Using `weakT: true`, density is 776 or temperature using the the `-weakT` flag.
|