mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
SRFModel: Changes origin to be user-input rather than hard-coded to (0 0 0)
Updated tutorials
This commit is contained in:
@ -17,6 +17,7 @@ FoamFile
|
||||
|
||||
SRFModel rpm;
|
||||
|
||||
origin (0 0 0);
|
||||
axis (0 0 1);
|
||||
|
||||
rpmCoeffs
|
||||
|
||||
@ -17,7 +17,8 @@ FoamFile
|
||||
|
||||
SRFModel rpm;
|
||||
|
||||
axis ( 0 0 1 );
|
||||
origin (0 0 0);
|
||||
axis (0 0 1);
|
||||
|
||||
rpmCoeffs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user