Skip to content
Snippets Groups Projects
Commit 966fc4c5 authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

TUT: add missing fields

parent 5c6b0989
Branches
Tags
No related merge requests found
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# No application, so need to clean manually
rm log.*
rm log.* 2>/dev/null # No application, clean manually
#------------------------------------------------------------------------------
......@@ -13,7 +13,7 @@ fieldTransfer
executeControl timeStep;
executeInterval 1;
fields (p rho U T);
fields (p rho U T rhoU pTotal);
// Remove derived fields we created prior
removeFieldsOnExecute (rhoU pTotal);
......
......@@ -13,7 +13,7 @@ fieldTransfer
executeControl timeStep;
executeInterval 1;
fields (p U);
fields (p U rhoU pTotal);
// Remove derived fields we created prior
removeFieldsOnExecute (rhoU pTotal);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment