mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Correcting typos
This commit is contained in:
@ -44,7 +44,7 @@ potentialEnergyLimit 1e-18;
|
||||
// between all combinations, then there are C = r(r+1)/2 combinations,
|
||||
// i.e. for r = {1,2,3,4}, C = {1,3,6,10} (sum of triangular numbers).
|
||||
|
||||
// Pair potentials are specified by the combinaition of their ids,
|
||||
// Pair potentials are specified by the combination of their ids,
|
||||
// for MOLA and MOLB, "MOLA-MOLB" OR "MOLB-MOLA" is acceptable
|
||||
// (strictly OR, both or neither is an error)
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ potentialEnergyLimit 1e-18;
|
||||
// between all combinations, then there are C = r(r+1)/2 combinations,
|
||||
// i.e. for r = {1,2,3,4}, C = {1,3,6,10} (sum of triangular numbers).
|
||||
|
||||
// Pair potentials are specified by the combinaition of their ids,
|
||||
// Pair potentials are specified by the combination of their ids,
|
||||
// for MOLA and MOLB, "MOLA-MOLB" OR "MOLB-MOLA" is acceptable
|
||||
// (strictly OR, both or neither will throw an error)
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ potentialEnergyLimit 1e-18;
|
||||
// between all combinations, then there are C = r(r+1)/2 combinations,
|
||||
// i.e. for r = {1,2,3,4}, C = {1,3,6,10} (sum of triangular numbers).
|
||||
|
||||
// Pair potentials are specified by the combinaition of their ids,
|
||||
// Pair potentials are specified by the combination of their ids,
|
||||
// for MOLA and MOLB, "MOLA-MOLB" OR "MOLB-MOLA" is acceptable
|
||||
// (strictly OR, both or neither will throw an error)
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ iceZone
|
||||
|
||||
Tmelt 273;
|
||||
L 334000; // enthalpy of fusion for water [J/kg]
|
||||
thermoMode thermo; // retrieve thermo properties from themo model
|
||||
thermoMode thermo; // retrieve thermo properties from thermo model
|
||||
beta 50e-6; // thermal expansion coeff [1/K]
|
||||
|
||||
rhoRef 1000;
|
||||
|
||||
@ -30,7 +30,7 @@ postPro1
|
||||
|
||||
// Default colours
|
||||
// - If select to colourBy colour, these values are used unless
|
||||
// they are locally overriden
|
||||
// they are locally overridden
|
||||
colours
|
||||
{
|
||||
background (1 1 1);
|
||||
|
||||
@ -26,7 +26,7 @@ sortCoupledFaceCells false;
|
||||
// blockCoeffs dictionary to construct a decompositionMethod to do
|
||||
// a block subdivision) and then applies the renumberMethod to each
|
||||
// block in turn. This can be used in large cases to keep the blocks
|
||||
// fitting in cache with all the the cache misses bunched at the end.
|
||||
// fitting in cache with all the cache misses bunched at the end.
|
||||
// This number is the approximate size of the blocks - this gets converted
|
||||
// to a number of blocks that is the input to the decomposition method.
|
||||
//blockSize 1000;
|
||||
|
||||
Reference in New Issue
Block a user