mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Minor reformatting
This commit is contained in:
@ -65,6 +65,7 @@ class LESfilter
|
||||
LESfilter(const LESfilter&);
|
||||
void operator=(const LESfilter&);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
//- Temporary function to ensure the coupled boundary conditions of the
|
||||
|
||||
@ -37,7 +37,7 @@ boundaryField
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue $internalField;
|
||||
value $internalField ;
|
||||
value $internalField;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user