1 Info<< "Creating mass source\n" << endl;
2 scalarTimeActivatedExplicitSourceList massSource
6 dimMass/dimTime/dimVolume,
11 Info<< "Creating momentum source\n" << endl;
12 vectorTimeActivatedExplicitSourceList momentumSource
16 dimMass*dimVelocity/dimTime/dimVolume,
20 Info<< "Creating energy source\n" << endl;
21 scalarTimeActivatedExplicitSourceList energySource
25 dimEnergy/dimTime/dimVolume,