|
[Sponsors] |
May 27, 2010, 22:54 |
grep -r inletOutlet
|
#1 |
Member
Join Date: Dec 2009
Posts: 33
Rep Power: 16 |
Hey guys,
I'm trying to find all the case files where it uses the inletOutlet condition. I've tried typing grep -r inletOutlet and ls | grep -r inletOutlet within my tutorials directory. Problem is it takes forever to search unless I'm doing something wrong. Please help? |
|
May 28, 2010, 03:10 |
|
#2 |
Senior Member
Christian Lucas
Join Date: Aug 2009
Location: Braunschweig, Germany
Posts: 202
Rep Power: 18 |
Hi,
you can use the programm "docFetcher" you search all files Regards, Christian |
|
May 28, 2010, 03:35 |
|
#3 |
Member
Axel Söhngen
Join Date: Jan 2010
Location: Germany, Trier
Posts: 31
Rep Power: 16 |
Hi,
try "grep -ir inletOutlet *" . I think that should work! Regards, Axel |
|
May 28, 2010, 04:05 |
|
#4 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Good morning
You could also try find ./ -type d -name "0" | xargs grep -r inletOutlet This is of course limited to the 0 time folder, however it should be more than sufficient in your case and it is fast. Have fun Niels |
|
May 28, 2010, 09:47 |
|
#5 |
Member
Join Date: Dec 2009
Posts: 33
Rep Power: 16 |
Thanks for the help.
|
|
May 31, 2010, 06:21 |
|
#6 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
Code:
git grep --cached inletOutlet |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Tutorials] Tutorial of how to plot residuals ! | wolle1982 | OpenFOAM Community Contributions | 171 | February 20, 2024 03:55 |
Inletoutlet | rengu | OpenFOAM Running, Solving & CFD | 8 | December 25, 2015 16:44 |
Plotting Residuals | ata | OpenFOAM | 12 | July 8, 2011 03:50 |
InletOutlet boundary condition in motorBike tutorial | madad2005 | OpenFOAM | 2 | November 27, 2009 09:15 |
RasInterFoam STRANGE RESULTS AT BOUNDARY | kumar2 | OpenFOAM Running, Solving & CFD | 8 | March 24, 2008 19:38 |