mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
debugging
This commit is contained in:
@ -94,9 +94,9 @@ public:
|
||||
|
||||
virtual void execute() = 0;
|
||||
|
||||
virtual tmp<fvScalarMatrix> Smi (const label i) const = 0;
|
||||
// virtual tmp<fvScalarMatrix> Smi (const label i) const = 0;
|
||||
|
||||
virtual tmp<fvScalarMatrix> Sm () const = 0;
|
||||
// virtual tmp<fvScalarMatrix> Sm () const = 0;
|
||||
|
||||
|
||||
};
|
||||
|
||||
@ -57,7 +57,7 @@ noChemistry::~noChemistry()
|
||||
void noChemistry::execute()
|
||||
{}
|
||||
|
||||
tmp<Foam::fvScalarMatrix> noChemistry::Smi(const label i) const
|
||||
/*tmp<Foam::fvScalarMatrix> noChemistry::Smi(const label i) const
|
||||
{
|
||||
tmp<volScalarField> mi
|
||||
(
|
||||
@ -109,7 +109,7 @@ tmp<Foam::fvScalarMatrix> noChemistry::Sm() const
|
||||
);
|
||||
|
||||
return tmp<fvScalarMatrix>(new fvScalarMatrix(mi, dimMass/dimTime));
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -68,9 +68,9 @@ public:
|
||||
|
||||
void execute();
|
||||
|
||||
tmp<fvScalarMatrix> Smi(const label i) const;
|
||||
// tmp<fvScalarMatrix> Smi(const label i) const;
|
||||
|
||||
tmp<fvScalarMatrix> Sm() const;
|
||||
// tmp<fvScalarMatrix> Sm() const;
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user