VDF (Various Data File) Format

VDF is a data file format to define some problem data in simple form, e.g., boundary conditions defined by constants or regular algebraic expressions. The structure of the file shows all data types that can be defined through this kind of files. FDF may seem to be too complicated for a large set of problems indeed.
The main principle here is that any information in the file is contained in a line and is defined by a keyword following the rules :

Here is an example of a VDF file :


   #VDATA!
   BC   Code 1   DOF 1   (x+y)*exp(t)
   Source   DOF 2   "sin(x) + cos(y)"
   EOF
 
Copyright © 1998-2005 Rachid Touzani