FoamFile
{
	version		2.0;
	format		ascii;
	class		dictionary;
	location	"constant";
	object		fvOptions;
}

scalarSource
{
	type		scalarSemiImplicitSource;
	selectionMode	cellSet;
	cellSet		c0;
	volumeMode	specific; //absolute;//

	injectionRateSuSp
	{
		e	(20000 0);
	}
}

