mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix the end of namespace comments
this was done semi-automatically by a python script
This commit is contained in:
parent
54a66718bd
commit
921540d001
@ -112,7 +112,7 @@ SET_INT_PROP(TutorialProblemCoupled, CellsX, 100);
|
|||||||
SET_INT_PROP(TutorialProblemCoupled, CellsY, 1);
|
SET_INT_PROP(TutorialProblemCoupled, CellsY, 1);
|
||||||
SET_INT_PROP(TutorialProblemCoupled, CellsZ, 1); /*@\label{tutorial-coupled:default-params-end}@*/
|
SET_INT_PROP(TutorialProblemCoupled, CellsZ, 1); /*@\label{tutorial-coupled:default-params-end}@*/
|
||||||
} // namespace Properties
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
//! Tutorial problem using the fully-implicit immiscible model.
|
//! Tutorial problem using the fully-implicit immiscible model.
|
||||||
|
@ -56,7 +56,7 @@ class Co2InjectionProblem;
|
|||||||
namespace Co2Injection {
|
namespace Co2Injection {
|
||||||
#include <opm/material/components/co2tables.inc>
|
#include <opm/material/components/co2tables.inc>
|
||||||
}
|
}
|
||||||
}
|
} // namespace Ewoms
|
||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
namespace Properties {
|
namespace Properties {
|
||||||
@ -155,8 +155,8 @@ SET_SCALAR_PROP(Co2InjectionBaseProblem, InitialTimeStepSize, 250);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(Co2InjectionBaseProblem, GridFile, "grids/co2injection.dgf");
|
SET_STRING_PROP(Co2InjectionBaseProblem, GridFile, "grids/co2injection.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -593,6 +593,6 @@ private:
|
|||||||
Scalar pressureLow_, pressureHigh_;
|
Scalar pressureLow_, pressureHigh_;
|
||||||
Scalar temperatureLow_, temperatureHigh_;
|
Scalar temperatureLow_, temperatureHigh_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -118,8 +118,8 @@ SET_SCALAR_PROP(CuvetteBaseProblem, InitialTimeStepSize, 1);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(CuvetteBaseProblem, GridFile, "./grids/cuvette_11x4.dgf");
|
SET_STRING_PROP(CuvetteBaseProblem, GridFile, "./grids/cuvette_11x4.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -619,6 +619,6 @@ private:
|
|||||||
|
|
||||||
const Scalar eps_;
|
const Scalar eps_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -102,8 +102,8 @@ SET_SCALAR_PROP(DiffusionBaseProblem, EndTime, 1e6);
|
|||||||
|
|
||||||
// The default for the initial time step size of the simulation
|
// The default for the initial time step size of the simulation
|
||||||
SET_SCALAR_PROP(DiffusionBaseProblem, InitialTimeStepSize, 1000);
|
SET_SCALAR_PROP(DiffusionBaseProblem, InitialTimeStepSize, 1000);
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -320,6 +320,6 @@ private:
|
|||||||
Scalar temperature_;
|
Scalar temperature_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -44,7 +44,7 @@ namespace Ewoms {
|
|||||||
|
|
||||||
template <class TypeTag>
|
template <class TypeTag>
|
||||||
class FingerProblem;
|
class FingerProblem;
|
||||||
}
|
} // namespace Ewoms
|
||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
//////////
|
//////////
|
||||||
@ -65,8 +65,8 @@ NEW_PROP_TAG(CellsY);
|
|||||||
NEW_PROP_TAG(CellsZ);
|
NEW_PROP_TAG(CellsZ);
|
||||||
|
|
||||||
NEW_PROP_TAG(GridGlobalRefinements);
|
NEW_PROP_TAG(GridGlobalRefinements);
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -390,6 +390,6 @@ Dune::YaspGrid<FINGER_DIM> *FingerGridCreator<TypeTag>::grid_;
|
|||||||
|
|
||||||
#endif // HAVE_ALUGRDID
|
#endif // HAVE_ALUGRDID
|
||||||
|
|
||||||
}
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -139,8 +139,8 @@ SET_SCALAR_PROP(FingerBaseProblem, EndTime, 1e3);
|
|||||||
|
|
||||||
// The default for the initial time step size of the simulation
|
// The default for the initial time step size of the simulation
|
||||||
SET_SCALAR_PROP(FingerBaseProblem, InitialTimeStepSize, 10);
|
SET_SCALAR_PROP(FingerBaseProblem, InitialTimeStepSize, 10);
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -480,6 +480,6 @@ private:
|
|||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -137,8 +137,8 @@ SET_SCALAR_PROP(FractureProblem, EndTime, 1e6);
|
|||||||
|
|
||||||
// Set the default value for the initial time step size
|
// Set the default value for the initial time step size
|
||||||
SET_SCALAR_PROP(FractureProblem, InitialTimeStepSize, 100);
|
SET_SCALAR_PROP(FractureProblem, InitialTimeStepSize, 100);
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -570,6 +570,6 @@ private:
|
|||||||
Scalar temperature_;
|
Scalar temperature_;
|
||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif // EWOMS_FRACTURE_PROBLEM_HH
|
#endif // EWOMS_FRACTURE_PROBLEM_HH
|
||||||
|
@ -95,8 +95,8 @@ SET_SCALAR_PROP(GroundWaterBaseProblem, InitialTimeStepSize, 1);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(GroundWaterBaseProblem, GridFile, "./grids/groundwater_2d.dgf");
|
SET_STRING_PROP(GroundWaterBaseProblem, GridFile, "./grids/groundwater_2d.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -316,6 +316,6 @@ private:
|
|||||||
|
|
||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -115,8 +115,8 @@ SET_SCALAR_PROP(InfiltrationBaseProblem, InitialTimeStepSize, 60);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(InfiltrationBaseProblem, GridFile, "./grids/infiltration_50x3.dgf");
|
SET_STRING_PROP(InfiltrationBaseProblem, GridFile, "./grids/infiltration_50x3.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -487,6 +487,6 @@ private:
|
|||||||
Scalar temperature_;
|
Scalar temperature_;
|
||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -44,7 +44,7 @@ namespace Ewoms {
|
|||||||
|
|
||||||
template <class TypeTag>
|
template <class TypeTag>
|
||||||
class LensProblem;
|
class LensProblem;
|
||||||
}
|
} // namespace Ewoms
|
||||||
|
|
||||||
//////////
|
//////////
|
||||||
// Specify the properties for the lens problem
|
// Specify the properties for the lens problem
|
||||||
@ -64,8 +64,8 @@ NEW_PROP_TAG(CellsY);
|
|||||||
NEW_PROP_TAG(CellsZ);
|
NEW_PROP_TAG(CellsZ);
|
||||||
|
|
||||||
NEW_PROP_TAG(GridGlobalRefinements);
|
NEW_PROP_TAG(GridGlobalRefinements);
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -395,6 +395,6 @@ Dune::YaspGrid<LENS_DIM> *LensGridCreator<TypeTag>::grid_;
|
|||||||
|
|
||||||
#endif // HAVE_UG
|
#endif // HAVE_UG
|
||||||
|
|
||||||
}
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -147,8 +147,8 @@ SET_SCALAR_PROP(LensBaseProblem, EndTime, 30e3);
|
|||||||
|
|
||||||
// The default for the initial time step size of the simulation
|
// The default for the initial time step size of the simulation
|
||||||
SET_SCALAR_PROP(LensBaseProblem, InitialTimeStepSize, 250);
|
SET_SCALAR_PROP(LensBaseProblem, InitialTimeStepSize, 250);
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -527,6 +527,6 @@ private:
|
|||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -86,8 +86,8 @@ SET_SCALAR_PROP(NavierStokesTestProblem, InitialTimeStepSize, 1e-3);
|
|||||||
|
|
||||||
// Default grid file to load
|
// Default grid file to load
|
||||||
SET_STRING_PROP(NavierStokesTestProblem, GridFile, "grids/test_navierstokes.dgf");
|
SET_STRING_PROP(NavierStokesTestProblem, GridFile, "grids/test_navierstokes.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -260,6 +260,6 @@ private:
|
|||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -112,8 +112,8 @@ SET_SCALAR_PROP(ObstacleBaseProblem, InitialTimeStepSize, 250);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(ObstacleBaseProblem, GridFile, "./grids/obstacle_24x16.dgf");
|
SET_STRING_PROP(ObstacleBaseProblem, GridFile, "./grids/obstacle_24x16.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -540,6 +540,6 @@ private:
|
|||||||
Scalar temperature_;
|
Scalar temperature_;
|
||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -71,8 +71,8 @@ SET_SCALAR_PROP(OutflowBaseProblem, InitialTimeStepSize, 1);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(OutflowBaseProblem, GridFile, "./grids/outflow.dgf");
|
SET_STRING_PROP(OutflowBaseProblem, GridFile, "./grids/outflow.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -305,6 +305,6 @@ private:
|
|||||||
Scalar porosity_;
|
Scalar porosity_;
|
||||||
Scalar tortuosity_;
|
Scalar tortuosity_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -117,8 +117,8 @@ SET_SCALAR_PROP(PowerInjectionBaseProblem, EndTime, 100);
|
|||||||
|
|
||||||
// The default for the initial time step size of the simulation
|
// The default for the initial time step size of the simulation
|
||||||
SET_SCALAR_PROP(PowerInjectionBaseProblem, InitialTimeStepSize, 1e-3);
|
SET_SCALAR_PROP(PowerInjectionBaseProblem, InitialTimeStepSize, 1e-3);
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -370,6 +370,6 @@ private:
|
|||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -101,8 +101,8 @@ SET_SCALAR_PROP(ReservoirBaseProblem, InitialTimeStepSize, 10);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(ReservoirBaseProblem, GridFile, "grids/reservoir.dgf");
|
SET_STRING_PROP(ReservoirBaseProblem, GridFile, "grids/reservoir.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -596,6 +596,6 @@ private:
|
|||||||
|
|
||||||
std::string name_ ;
|
std::string name_ ;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -111,8 +111,8 @@ SET_SCALAR_PROP(RichardsLensProblem, InitialTimeStepSize, 100);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(RichardsLensProblem, GridFile, "./grids/richardslens_24x16.dgf");
|
SET_STRING_PROP(RichardsLensProblem, GridFile, "./grids/richardslens_24x16.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -387,6 +387,6 @@ private:
|
|||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
Scalar pnRef_;
|
Scalar pnRef_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -72,8 +72,8 @@ SET_SCALAR_PROP(Stokes2cTestProblem, InitialTimeStepSize, 0.1);
|
|||||||
|
|
||||||
// Default grid file to load
|
// Default grid file to load
|
||||||
SET_STRING_PROP(Stokes2cTestProblem, GridFile, "grids/test_stokes2c.dgf");
|
SET_STRING_PROP(Stokes2cTestProblem, GridFile, "grids/test_stokes2c.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -279,6 +279,6 @@ private:
|
|||||||
|
|
||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -72,8 +72,8 @@ SET_SCALAR_PROP(StokesNITestProblem, InitialTimeStepSize, 0.1);
|
|||||||
|
|
||||||
// Default grid file to load
|
// Default grid file to load
|
||||||
SET_STRING_PROP(StokesNITestProblem, GridFile, "grids/test_stokes2cni.dgf");
|
SET_STRING_PROP(StokesNITestProblem, GridFile, "grids/test_stokes2cni.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -308,6 +308,6 @@ private:
|
|||||||
|
|
||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -72,8 +72,8 @@ SET_SCALAR_PROP(StokesTestProblem, InitialTimeStepSize, 10.0);
|
|||||||
|
|
||||||
// Default grid file to load
|
// Default grid file to load
|
||||||
SET_STRING_PROP(StokesTestProblem, GridFile, "grids/test_stokes.dgf");
|
SET_STRING_PROP(StokesTestProblem, GridFile, "grids/test_stokes.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -293,6 +293,6 @@ private:
|
|||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -119,8 +119,8 @@ SET_SCALAR_PROP(WaterAirBaseProblem, InitialTimeStepSize, 250);
|
|||||||
|
|
||||||
// The default DGF file to load
|
// The default DGF file to load
|
||||||
SET_STRING_PROP(WaterAirBaseProblem, GridFile, "./grids/waterair.dgf");
|
SET_STRING_PROP(WaterAirBaseProblem, GridFile, "./grids/waterair.dgf");
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -533,6 +533,6 @@ private:
|
|||||||
Scalar maxDepth_;
|
Scalar maxDepth_;
|
||||||
Scalar eps_;
|
Scalar eps_;
|
||||||
};
|
};
|
||||||
} //end namespace
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user