dwr-psandhu / dsm2-stm

Automatically exported from code.google.com/p/dsm2-stm
0 stars 0 forks source link

Zoppou test prerequisites: Advection-Diffusion with spatially varying parameters #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Document is needed so that Eli can work on implementing the test. There is 
already a subroutine with this name but I don't think it is finished or 
organized yet.

Original issue reported on code.google.com by eli-s...@pacbell.net on 6 Dec 2010 at 10:40

GoogleCodeExporter commented 9 years ago
Also need flow, initial condition and boundary data routines.

Original comment by eli-s...@pacbell.net on 6 Dec 2010 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by eli-s...@pacbell.net on 6 Dec 2010 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by kavehzamani@gmail.com on 9 Dec 2010 at 6:36

GoogleCodeExporter commented 9 years ago
Boundary data routines need to follow the boundary_data_if interface:
subroutine boundary_data_if(bc_data,           &
                            xloc,              &
                            conc,              &
                            ncell,             &
                            nvar,              &
                            origin,            &
                            time,              &
                            dx,                &
                            dt)

Also note that the dummy variables you used in your routine a have the same 
names as module variables. This tends to cause problems because the same name 
has two possible definitions.

Original comment by eli-s...@pacbell.net on 10 Dec 2010 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by eli-s...@pacbell.net on 10 Dec 2010 at 4:32