MRG: Integrated Foundation code to commit ba4dbed

This commit is contained in:
Andrew Heather
2017-03-23 12:11:49 +00:00
157 changed files with 1051 additions and 1718 deletions

View File

@ -114,4 +114,3 @@ if (timeDirs.size())
volumeFields.erase(missing);
}
}

View File

@ -40,4 +40,4 @@
Info<< nl << "Time [" << timeIndex << "] = " << runTime.timeName() << nl;
// end-of-file
// end-of-file

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -100,4 +100,3 @@ int main(int argc, char *argv[])
// ************************************************************************* //

View File

@ -1,4 +1,3 @@
// Do nothing
void USERD_exit_routine
(
void
@ -10,4 +9,3 @@ void USERD_exit_routine
#endif
}

View File

@ -8,4 +8,3 @@ int USERD_get_changing_geometry_status(void)
// Choose the most general option
return Z_CHANGE_CONN;
}

View File

@ -29,4 +29,3 @@ int USERD_get_descrip_lines
#endif
return Z_OK;
}

View File

@ -8,4 +8,3 @@ int USERD_get_element_label_status(void)
#endif
return TRUE;
}

View File

@ -118,6 +118,3 @@ int USERD_get_gold_variable_info
return Z_OK;
}

View File

@ -9,4 +9,3 @@ int USERD_get_node_label_status(void)
return TRUE;
}

View File

@ -41,4 +41,3 @@ int USERD_get_sol_times
return Z_OK;
}

View File

@ -68,4 +68,3 @@ int USERD_get_var_value_at_specific
#endif
return Z_OK;
}

View File

@ -59,4 +59,3 @@ int USERD_get_block_ghost_flags
{
return(Z_OK);
}

View File

@ -32,4 +32,3 @@ else
// Info<< "getLagrangianScalar: nVar = " << nVar << endl;
return Z_UNDEF;
}

View File

@ -44,4 +44,3 @@ else
// Info<< "getLagrangianVector: nVar = " << nVar << endl;
return Z_UNDEF;
}

View File

@ -45,4 +45,3 @@
}
scalarField samples(nIntervals, 0);