Searched refs:field (Results 1 – 8 of 8) sorted by relevance
| /phasta/AcuStat/ |
| H A D | AcuStat_input.dat | 2 1 # Accumulate error field? (0/1) 3 2 # Accumulate phase_average field? (0/n phase average fields) 4 1 # copy vorticity field? (0/1) 13 This Script is primary used to accumulate the statistics from the ybar field and write the solution… 16 2) accumulated ybar field; 17 3) If requested (optional), accumulated error field. 19 5) If requested (optional), vorticity field (from the last time step). 20 6) If requested (optional), dwal field (from the last time step).
|
| /phasta/converterIO/ |
| H A D | create_IO_O2N_input.sh | 47 field=`echo $line | awk '{$1="";$2="";$3="";print $0}'` 49 …echo "geombc, nbc values $field, double, block, 8;" | sed -e 's/ */ /g' >> $file_double_field_… 161 field=`echo $line | awk '{$1="";$2="";$3="";print $0}'` 162 …echo "geombc, connectivity interior $field, integer, block, 7;" | sed -e 's/ */ /g' >> $file_int… 177 field=`echo $line | awk '{$1="";$2="";$3="";print $0}'` 179 …echo "geombc, connectivity boundary $field, integer, block, 8;" | sed -e 's/ */ /g' >> $file_int… 180 …echo "geombc, nbc codes $field, integer, block, 8;" | sed -e 's/ */ /g' >> $file_integer_field_g… 303 field=`echo $line` 304 …check_field_geombc "$file_double_field_geombc" "$file_integer_field_geombc" "$field" "$list_interi… 347 field=`echo $line` [all …]
|
| H A D | create_IO_N2O_input.sh | 97 …field=`echo $line | awk '{$1="";print $0}' | sed -e 's/ */ /g' | sed -e 's/^[ \t]*//g' | sed -e … 98 echo "restart, $field, double, block, 3;" >> $file
|
| H A D | README.md | 50 …ds for either the geombc or restart files must always preceed the integer field in the list and th…
|
| /phasta/M2N/ |
| H A D | M2N_input.dat | 3 1 # Reduce the ybar field? (0/1) 4 1 # Reduce the error field? (0/1) 5 2 # Reduce the phase_average field? (0/n phase average fields) 6 1 # Reduce the vorticity field? (0/1) 12 By default, this script reduces the solution field but it can also handle others fields such as men…
|
| /phasta/phastaIO/ |
| H A D | vtkPhastaReader.cxx | 1001 vtkDataSetAttributes* field = output->GetPointData(); in RequestData() local 1002 this->ReadFieldFile(this->FieldFileName, fvn, field, noOfNodes); in RequestData() 1331 vtkDataSetAttributes *field, in ReadFieldFile() argument 1411 field->AddArray(pressure); in ReadFieldFile() 1412 field->SetActiveScalars("pressure"); in ReadFieldFile() 1414 field->AddArray(velocity); in ReadFieldFile() 1415 field->SetActiveVectors("velocity"); in ReadFieldFile() 1417 field->AddArray(temperature); in ReadFieldFile() 1423 field->AddArray(sArrays[idx]); in ReadFieldFile() 1483 vtkDataSetAttributes* field; in ReadFieldFile() local [all …]
|
| H A D | vtkPhastaReader.h | 84 vtkDataSetAttributes *field,
|
| /phasta/phSolver/ |
| H A D | CHANGES | 255 3) (IC) bugs in discontinuous field reconstruction (second derivative of velocity and normal) were … 632 you may find the y field averaged over the past runs, the dynamic
|