mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: uniform 'Test-' prefix for all applications/test
- easier to clean, avoid confusion with 'real' applications, etc.
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
Test-DirectMappedPatch.C
|
||||
|
||||
testDirectMappedPatch.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/testDirectMappedPatch
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-DirectMappedPatch
|
||||
|
||||
@ -84,7 +84,7 @@ int main(int argc, char *argv[])
|
||||
dimensionedVector("zero", dimLength, vector::zero),
|
||||
patchFieldTypes
|
||||
);
|
||||
|
||||
|
||||
cc.internalField() = mesh.C().internalField();
|
||||
cc.boundaryField().updateCoeffs();
|
||||
|
||||
Reference in New Issue
Block a user