Home
last modified time | relevance | path

Searched refs:velocity (Results 1 – 8 of 8) sorted by relevance

/phasta/phSolver/testIC-DSIM/
H A Dgeom.spj24 initial velocity
/phasta/phSolver/compressible/
H A Dvorticity.f198 real*8 Mach(nshg),PresRec(nshg),PresCoeff(nshg),velocity(nshg,3) local
210 velocity(:,1:3)=y(:,1:3)
218 call write_field(myrank,'a'//char(0),'V'//char(0),1,velocity,
/phasta/phSolver/Test_IC/
H A Dgeom.atdb202 initial velocity
/phasta/phSolver/Test_C/
H A Dgeom.atdb161 initial velocity
/phasta/phastaIO/
H A DvtkPhastaReader.cxx1358 vtkDoubleArray* velocity = vtkDoubleArray::New(); in ReadFieldFile() local
1359 velocity->SetName("velocity"); in ReadFieldFile()
1360 velocity->SetNumberOfComponents(3); in ReadFieldFile()
1395 velocity->SetNumberOfTuples(noOfNodes); in ReadFieldFile()
1400 velocity->SetTuple3(i, in ReadFieldFile()
1414 field->AddArray(velocity); in ReadFieldFile()
1416 velocity->Delete(); in ReadFieldFile()
/phasta/phSolver/incompressible/e3source/
H A De3source.fimplicit288 c i j indices match array where V is the velocity (u in our notes)
414 c beta_i as a "correction" to the velocity. In calculating the
415 c stabilization terms, the new "modified" velocity (u_i-beta_i) is
416 c then used in place of the pure velocity for stabilization terms,
434 c i j indices match array where V is the velocity (u in our notes)
540 CAD For the redistancing equation the "velocity" term is calculated as
H A De3source.fRHSonly288 c i j indices match array where V is the velocity (u in our notes)
400 c beta_i as a "correction" to the velocity. In calculating the
401 c stabilization terms, the new "modified" velocity (u_i-beta_i) is
402 c then used in place of the pure velocity for stabilization terms,
420 c i j indices match array where V is the velocity (u in our notes)
526 CAD For the redistancing equation the "velocity" term is calculated as
/phasta/phSolver/
H A DCHANGES39 phasta works with 2D meshes for scalar solve (advection diffusion) with specified initial velocity.
74 ybar(:,1) - ybar(:,3) is average velocity components
255 3) (IC) bugs in discontinuous field reconstruction (second derivative of velocity and normal) were …
484 …essible scalars can also now be solved using the conservation restoring velocity. In this way if o…