mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: corrected comments - spelling + wording
This commit is contained in:
@ -84,7 +84,7 @@ class pressureGradientExplicitSource
|
|||||||
//- Name of cell source
|
//- Name of cell source
|
||||||
word cellSource_;
|
word cellSource_;
|
||||||
|
|
||||||
//- The method by which the cells will be selecetd
|
//- The method by which the cells will be selected
|
||||||
autoPtr<topoSetSource> cellSelector_;
|
autoPtr<topoSetSource> cellSelector_;
|
||||||
|
|
||||||
//- The set of selected cells
|
//- The set of selected cells
|
||||||
|
|||||||
@ -28,7 +28,7 @@ Class
|
|||||||
Description
|
Description
|
||||||
Base class for field sources. Provides:
|
Base class for field sources. Provides:
|
||||||
- name
|
- name
|
||||||
- references to mesh and time
|
- references to mesh and time databases
|
||||||
- dimensions
|
- dimensions
|
||||||
- volume type
|
- volume type
|
||||||
- startTime
|
- startTime
|
||||||
|
|||||||
@ -57,7 +57,7 @@ void Foam::fieldValue::movePoints(const Field<point>&)
|
|||||||
|
|
||||||
void Foam::fieldValue::makeFile()
|
void Foam::fieldValue::makeFile()
|
||||||
{
|
{
|
||||||
// Create the forces file if not already created
|
// Create the output file if not already created
|
||||||
if (outputFilePtr_.empty())
|
if (outputFilePtr_.empty())
|
||||||
{
|
{
|
||||||
if (debug)
|
if (debug)
|
||||||
|
|||||||
Reference in New Issue
Block a user