corrected commets of space charge part

This commit is contained in:
ignis 2016-10-04 03:06:14 +09:00
parent 0ce22d92f6
commit a468f276b2

View file

@ -58,6 +58,8 @@ protected:
//- Energy field
volScalarField he_;
//- Charge field
volScalarField qc_;
@ -153,16 +155,16 @@ public:
}
// Access to thermodynamic state variables
// Access to electric charge variables
//- Enthalpy/Internal energy [J/kg]
//- Specific charge [C/kg]
// Non-const access allowed for transport equations
virtual volScalarField& qc()
{
return qc_;
}
//- Enthalpy/Internal energy [J/kg]
//- Specific charge [C/kg]
virtual const volScalarField& qc() const
{
return qc_;