corrected commets of space charge part
This commit is contained in:
parent
0ce22d92f6
commit
a468f276b2
1 changed files with 5 additions and 3 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue