rename the tests/grids folder to tests/data

... since the "grids" in that folder are slowly accumulating
information. (e.g. the ART grid for the fracture mapper and ECLIPSE
decks in the future.)
This commit is contained in:
Andreas Lauser 2014-05-08 15:25:48 +02:00
parent 7d7aa7385e
commit 69e6fb60a2
37 changed files with 16 additions and 16 deletions

View File

@ -158,7 +158,7 @@ SET_SCALAR_PROP(Co2InjectionBaseProblem, EndTime, 1e4);
SET_SCALAR_PROP(Co2InjectionBaseProblem, InitialTimeStepSize, 250);
// The default DGF file to load
SET_STRING_PROP(Co2InjectionBaseProblem, GridFile, "grids/co2injection.dgf");
SET_STRING_PROP(Co2InjectionBaseProblem, GridFile, "data/co2injection.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -108,7 +108,7 @@ SET_SCALAR_PROP(CuvetteBaseProblem, EndTime, 180);
SET_SCALAR_PROP(CuvetteBaseProblem, InitialTimeStepSize, 1);
// The default DGF file to load
SET_STRING_PROP(CuvetteBaseProblem, GridFile, "./grids/cuvette_11x4.dgf");
SET_STRING_PROP(CuvetteBaseProblem, GridFile, "./data/cuvette_11x4.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -58,7 +58,7 @@ NEW_PROP_TAG(Grid);
NEW_PROP_TAG(Scalar);
NEW_PROP_TAG(EclipseDeckFileName);
SET_STRING_PROP(EclGridManager, EclipseDeckFileName, "grids/ecl.DATA");
SET_STRING_PROP(EclGridManager, EclipseDeckFileName, "data/ecl.DATA");
// set the Grid and GridManager properties
SET_TYPE_PROP(EclGridManager, Grid, Dune::CpGrid);

View File

@ -137,7 +137,7 @@ SET_BOOL_PROP(EclBaseProblem, EnableVtkOutput, false);
SET_BOOL_PROP(EclBaseProblem, EnableEclipseOutput, true);
// The default DGF file to load
SET_STRING_PROP(EclBaseProblem, GridFile, "grids/ecl.DATA");
SET_STRING_PROP(EclBaseProblem, GridFile, "data/ecl.DATA");
}} // namespace Properties, Opm
namespace Ewoms {

View File

@ -135,7 +135,7 @@ SET_BOOL_PROP(FractureProblem, EnableGravity, false);
SET_BOOL_PROP(FractureProblem, EnableConstraints, true);
// Set the default value for the file name of the grid
SET_STRING_PROP(FractureProblem, GridFile, "grids/fracture.art");
SET_STRING_PROP(FractureProblem, GridFile, "data/fracture.art");
// Set the default value for the end time
SET_SCALAR_PROP(FractureProblem, EndTime, 3e3);

View File

@ -99,7 +99,7 @@ SET_SCALAR_PROP(GroundWaterBaseProblem, EndTime, 1);
SET_SCALAR_PROP(GroundWaterBaseProblem, InitialTimeStepSize, 1);
// The default DGF file to load
SET_STRING_PROP(GroundWaterBaseProblem, GridFile, "./grids/groundwater_2d.dgf");
SET_STRING_PROP(GroundWaterBaseProblem, GridFile, "./data/groundwater_2d.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -111,7 +111,7 @@ SET_SCALAR_PROP(InfiltrationBaseProblem, InitialTimeStepSize, 60);
// The default DGF file to load
SET_STRING_PROP(InfiltrationBaseProblem, GridFile,
"./grids/infiltration_50x3.dgf");
"./data/infiltration_50x3.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -74,7 +74,7 @@ SET_SCALAR_PROP(NavierStokesTestProblem, InitialTimeStepSize, 1e-3);
// Default grid file to load
SET_STRING_PROP(NavierStokesTestProblem, GridFile,
"grids/test_navierstokes.dgf");
"data/test_navierstokes.dgf");
}
}

View File

@ -104,7 +104,7 @@ SET_SCALAR_PROP(ObstacleBaseProblem, EndTime, 1e4);
SET_SCALAR_PROP(ObstacleBaseProblem, InitialTimeStepSize, 250);
// The default DGF file to load
SET_STRING_PROP(ObstacleBaseProblem, GridFile, "./grids/obstacle_24x16.dgf");
SET_STRING_PROP(ObstacleBaseProblem, GridFile, "./data/obstacle_24x16.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -73,7 +73,7 @@ SET_SCALAR_PROP(OutflowBaseProblem, EndTime, 100);
SET_SCALAR_PROP(OutflowBaseProblem, InitialTimeStepSize, 1);
// The default DGF file to load
SET_STRING_PROP(OutflowBaseProblem, GridFile, "./grids/outflow.dgf");
SET_STRING_PROP(OutflowBaseProblem, GridFile, "./data/outflow.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -104,7 +104,7 @@ SET_SCALAR_PROP(ReservoirBaseProblem, EndTime, 100);
SET_SCALAR_PROP(ReservoirBaseProblem, InitialTimeStepSize, 10);
// The default DGF file to load
SET_STRING_PROP(ReservoirBaseProblem, GridFile, "grids/reservoir.dgf");
SET_STRING_PROP(ReservoirBaseProblem, GridFile, "data/reservoir.dgf");
}} // namespace Properties, Opm
namespace Ewoms {

View File

@ -116,7 +116,7 @@ SET_SCALAR_PROP(RichardsLensProblem, EndTime, 3000);
SET_SCALAR_PROP(RichardsLensProblem, InitialTimeStepSize, 100);
// The default DGF file to load
SET_STRING_PROP(RichardsLensProblem, GridFile, "./grids/richardslens_24x16.dgf");
SET_STRING_PROP(RichardsLensProblem, GridFile, "./data/richardslens_24x16.dgf");
}} // namespace Opm, Properties
namespace Ewoms {

View File

@ -70,7 +70,7 @@ SET_SCALAR_PROP(Stokes2cTestProblem, EndTime, 2.0);
SET_SCALAR_PROP(Stokes2cTestProblem, InitialTimeStepSize, 0.1);
// Default grid file to load
SET_STRING_PROP(Stokes2cTestProblem, GridFile, "grids/test_stokes2c.dgf");
SET_STRING_PROP(Stokes2cTestProblem, GridFile, "data/test_stokes2c.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -74,7 +74,7 @@ SET_SCALAR_PROP(StokesNiTestProblem, InitialTimeStepSize, 0.1);
SET_SCALAR_PROP(StokesNiTestProblem, NewtonTolerance, 1e-4);
// Default grid file to load
SET_STRING_PROP(StokesNiTestProblem, GridFile, "grids/test_stokes2cni.dgf");
SET_STRING_PROP(StokesNiTestProblem, GridFile, "data/test_stokes2cni.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -74,7 +74,7 @@ SET_SCALAR_PROP(StokesTestProblem, EndTime, 10.0);
SET_SCALAR_PROP(StokesTestProblem, InitialTimeStepSize, 10.0);
// Default grid file to load
SET_STRING_PROP(StokesTestProblem, GridFile, "grids/test_stokes.dgf");
SET_STRING_PROP(StokesTestProblem, GridFile, "data/test_stokes.dgf");
} // namespace Properties
} // namespace Opm

View File

@ -116,7 +116,7 @@ SET_SCALAR_PROP(WaterAirBaseProblem, EndTime, 5e3);
SET_SCALAR_PROP(WaterAirBaseProblem, InitialTimeStepSize, 250);
// The default DGF file to load
SET_STRING_PROP(WaterAirBaseProblem, GridFile, "./grids/waterair.dgf");
SET_STRING_PROP(WaterAirBaseProblem, GridFile, "./data/waterair.dgf");
} // namespace Properties
} // namespace Opm